* Fix bug of update story datetable.
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
UPDATE `zt_story` SET `status` = 'reviewing' WHERE `status` = 'changed';
|
||||
ALTER TABLE `zt_story` MODIFY `status` enum('','changed','active','draft','closed','reviewing') NOT NULL DEFAULT '' AFTER `estimate`;
|
||||
ALTER TABLE `zt_story` MODIFY `status` enum('','changing','active','draft','closed','reviewing') NOT NULL DEFAULT '' AFTER `estimate`;
|
||||
|
||||
ALTER TABLE `zt_feedback` ADD `repeatFeedback` mediumint(8) NOT NULL DEFAULT 0 AFTER `feedbackBy`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user