diff --git a/db/update18.0.beta1.sql b/db/update18.0.beta1.sql index e7e4c35cbd..d9197b8193 100644 --- a/db/update18.0.beta1.sql +++ b/db/update18.0.beta1.sql @@ -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`; diff --git a/db/update18.0.sql b/db/update18.0.sql deleted file mode 100644 index ecdd8e79a2..0000000000 --- a/db/update18.0.sql +++ /dev/null @@ -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';