* Merge SQL.

This commit is contained in:
xieqiyu
2022-12-06 16:59:47 +08:00
parent a1ab91b66b
commit f1b869d003
2 changed files with 2 additions and 3 deletions
+2
View File
@@ -1 +1,3 @@
ALTER TABLE `zt_story` ADD COLUMN `siblings` varchar(255) NOT NULL AFTER `linkRequirements`;
ALTER TABLE `zt_productplan` MODIFY COLUMN `branch` varchar(255) NOT NULL DEFAULT '0';
ALTER TABLE `zt_effort` ADD `extra` text COLLATE 'utf8_general_ci' NOT NULL AFTER `end`;
-3
View File
@@ -1,3 +0,0 @@
ALTER TABLE `zt_story` ADD COLUMN `siblings` varchar(255) NOT NULL AFTER `linkRequirements`;
ALTER TABLE `zt_productplan` MODIFY COLUMN `branch` varchar(255) NOT NULL DEFAULT '0';