This commit is contained in:
2021-09-10 17:35:26 +00:00
parent caf0f3071d
commit adda80c05b
11 changed files with 32 additions and 43 deletions

View File

@@ -251,7 +251,7 @@ namespace AyaNova.Util
//create global biz settings table
await ExecQueryAsync("CREATE TABLE aglobalbizsettings (id INTEGER NOT NULL PRIMARY KEY, "
+ "searchcasesensitiveonly BOOL DEFAULT FALSE, "
+ "filtercasesensitive BOOL DEFAULT FALSE, "
+ "useinventory BOOL DEFAULT TRUE, "
+ "allowscheduleconflicts BOOL DEFAULT TRUE, "
+ "workordercompletebyage INTERVAL NOT NULL DEFAULT '00:00:00', "