This commit is contained in:
2021-06-15 16:58:32 +00:00
parent 595feb1516
commit ef5a8e965f
2 changed files with 50 additions and 6 deletions

View File

@@ -255,7 +255,10 @@ namespace AyaNova.Util
+ "useinventory BOOL DEFAULT TRUE, "
+ "workordercompletebyage INTERVAL NOT NULL DEFAULT '00:00:00', "
+ "workordertraveldefaultminutes INTEGER NOT NULL DEFAULT 0, "
+ "worklaborscheduledefaultminutes INTEGER NOT NULL DEFAULT 0 "
+ "worklaborscheduledefaultminutes INTEGER NOT NULL DEFAULT 0, "
+ "customerdefaultworkorderreportid BIGINT NULL REFERENCES areport(id), "
+ "CustomerServiceRequestInfoHTML TEXT, "
+ "customerallowcsr BOOL DEFAULT FALSE, customerallowcsrintags VARCHAR(255) ARRAY, customerallowcsrouttags VARCHAR(255) ARRAY, "
+ ")");
//create global ops BACKUP settings table