fix: don't generate broken sql
This commit is contained in:
parent
57177612ec
commit
c7130bbcd4
6 changed files with 23 additions and 14 deletions
|
|
@ -21,6 +21,8 @@ struct ContactLink {
|
|||
name: String,
|
||||
contact_id: DbId,
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct Layout {
|
||||
contact_links: Vec<ContactLink>,
|
||||
user: User,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue