* [task#144513,doing,0.5h] Move the sql to 21.7.2.

This commit is contained in:
xieqiyu
2025-06-11 10:33:46 +08:00
parent 3953fb3ae1
commit bfa830d21b
3 changed files with 1 additions and 3 deletions
-3
View File
@@ -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`;
View File
+1
View File
@@ -0,0 +1 @@
ALTER TABLE `zt_doc` ADD `templateDesc` text NULL AFTER `templateType`;