Merge branch 'sprint/tianshujie_sql' into 'master'
* Modify the sql statement. See merge request easycorp/zentaopms!3078
This commit is contained in:
+1
-1
@@ -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` (
|
||||||
|
|||||||
Reference in New Issue
Block a user