versioning of FK for archiving
This commit is contained in:
@@ -34,6 +34,8 @@ pub(crate) struct BuilderForm {
|
||||
#[serde(default)]
|
||||
pub accounting_currency: String,
|
||||
#[serde(default)]
|
||||
pub global: bool,
|
||||
#[serde(default)]
|
||||
pub table_name: String,
|
||||
|
||||
// The pending column being described in the input panel.
|
||||
@@ -134,6 +136,7 @@ impl BuilderForm {
|
||||
profile_name_input: self.profile_name_input.clone(),
|
||||
creating_new_profile,
|
||||
accounting_currency: self.accounting_currency.clone(),
|
||||
global: self.global,
|
||||
table_name: self.table_name.clone(),
|
||||
columns,
|
||||
relation_tables: self.relation_tables.clone(),
|
||||
|
||||
Reference in New Issue
Block a user