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