Merge branch 'sprint/tianshujie_sql' into 'master'

* Modify the sql statement.

See merge request easycorp/zentaopms!3078
This commit is contained in:
李玉春
2022-04-22 05:38:07 +00:00
+1 -1
View File
@@ -8816,7 +8816,7 @@ ALTER TABLE `zt_story` ADD `fromStory` mediumint(8) unsigned NOT NULL default 0
ALTER TABLE `zt_story` ADD `fromVersion` smallint(6) NOT NULL default 1 after `fromStory`; ALTER TABLE `zt_story` ADD `fromVersion` smallint(6) NOT NULL default 1 after `fromStory`;
ALTER TABLE `zt_story` ADD `approvedDate` date NOT NULL after `assignedDate`; ALTER TABLE `zt_story` ADD `approvedDate` date NOT NULL after `assignedDate`;
ALTER TABLE `zt_todo` CHANGE `type` char(15) NOT NULL AFTER `feedback`; ALTER TABLE `zt_todo` MODIFY COLUMN `type` char(15) NOT NULL;
-- DROP TABLE IF EXISTS `zt_durationestimation`; -- DROP TABLE IF EXISTS `zt_durationestimation`;
CREATE TABLE IF NOT EXISTS `zt_durationestimation` ( CREATE TABLE IF NOT EXISTS `zt_durationestimation` (