account is always FK from now on
This commit is contained in:
@@ -93,6 +93,7 @@ impl CreateTableForm {
|
||||
.map(|linked_table_name| TableLink {
|
||||
linked_table_name,
|
||||
required: true,
|
||||
account_value_column: String::new(),
|
||||
})
|
||||
.collect::<Vec<_>>();
|
||||
links.extend(
|
||||
@@ -101,6 +102,7 @@ impl CreateTableForm {
|
||||
.map(|linked_table_name| TableLink {
|
||||
linked_table_name,
|
||||
required: false,
|
||||
account_value_column: String::new(),
|
||||
}),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user