* [task#144513,doing,0.5h] Move the sql to 21.7.2.
This commit is contained in:
@@ -38,6 +38,3 @@ INSERT INTO `zt_cron` (`m`, `h`, `dom`, `mon`, `dow`, `command`, `remark`, `type
|
||||
|
||||
UPDATE `zt_workflowaction` SET `layout` = 'side' WHERE `module` = 'caselib' AND `action` = 'editCase';
|
||||
UPDATE `zt_workflowlayout` SET `position` = 'info' WHERE `module` = 'caselib' AND `action` = 'editCase';
|
||||
|
||||
ALTER TABLE `zt_module` MODIFY COLUMN short varchar(60);
|
||||
ALTER TABLE `zt_doc` ADD `templateDesc` text NULL AFTER `templateType`;
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
ALTER TABLE `zt_doc` ADD `templateDesc` text NULL AFTER `templateType`;
|
||||
Reference in New Issue
Block a user