This commit is contained in:
@@ -253,9 +253,9 @@ namespace AyaNova.Util
|
||||
await ExecQueryAsync("CREATE TABLE aglobalbizsettings (id INTEGER NOT NULL PRIMARY KEY, "
|
||||
+ "searchcasesensitiveonly BOOL DEFAULT FALSE, "
|
||||
+ "useinventory BOOL DEFAULT TRUE, "
|
||||
+ "taxpartpurchaseid BIGINT, "
|
||||
+ "taxpartsaleid BIGINT, "
|
||||
+ "taxratesaleid BIGINT, "
|
||||
+ "taxpartpurchaseid BIGINT REFERENCES ataxcode, "
|
||||
+ "taxpartsaleid BIGINT REFERENCES ataxcode, "
|
||||
+ "taxratesaleid BIGINT REFERENCES ataxcode, "
|
||||
+ "workordercompletebyage INTERVAL NOT NULL DEFAULT '00:00:00'"
|
||||
+ ")");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user