|
@@ -210,10 +210,10 @@ ALTER TABLE `t_rule_new`
|
|
|
ADD COLUMN IF NOT EXISTS `set_begin` tinyint(1) NULL DEFAULT 0 AFTER `image_search`,
|
|
|
ADD COLUMN IF NOT EXISTS `set_account` tinyint(1) NULL DEFAULT 0 AFTER `set_begin`,
|
|
|
ADD COLUMN IF NOT EXISTS `qr_code_modular` tinyint(1) NULL DEFAULT 0 AFTER `set_account`,
|
|
|
-ADD COLUMN IF NOT EXISTS `qr_code_modular_set` tinyint(1) NULL DEFAULT 0 AFTER `qr_code_modular`
|
|
|
-ADD COLUMN IF NOT EXISTS `qr_code_modular_delete` tinyint(1) NULL DEFAULT 0 AFTER `qr_code_modular_set`
|
|
|
+ADD COLUMN IF NOT EXISTS `qr_code_modular_set` tinyint(1) NULL DEFAULT 0 AFTER `qr_code_modular`,
|
|
|
+ADD COLUMN IF NOT EXISTS `qr_code_modular_delete` tinyint(1) NULL DEFAULT 0 AFTER `qr_code_modular_set`,
|
|
|
ADD COLUMN IF NOT EXISTS `inventory_modular` tinyint(1) NULL DEFAULT 0 AFTER `qr_code_modular_delete`,
|
|
|
-ADD COLUMN IF NOT EXISTS `inventory_modular_set` tinyint(1) NULL DEFAULT 0 AFTER `inventory_modular`
|
|
|
+ADD COLUMN IF NOT EXISTS `inventory_modular_set` tinyint(1) NULL DEFAULT 0 AFTER `inventory_modular`,
|
|
|
ADD COLUMN IF NOT EXISTS `set_inventory` tinyint(1) NULL DEFAULT 0 AFTER `inventory_modular_set`,
|
|
|
ADD COLUMN IF NOT EXISTS `documentary_modify_record_see` tinyint(1) NULL AFTER `set_inventory`;
|
|
|
|