This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user