* finish the task #542

This commit is contained in:
shiyangyangwork@yahoo.cn
2011-10-10 08:13:07 +00:00
parent c5799fea69
commit e4b03d7ff3
5 changed files with 17 additions and 12 deletions
+2
View File
@@ -1 +1,3 @@
ALTER TABLE `zt_story` ADD `source` VARCHAR( 20 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL AFTER `plan` ;
ALTER TABLE `zt_bug` ADD `activatedCount` SMALLINT( 6 ) NOT NULL AFTER `status` ;
ALTER TABLE `zt_bug` CHANGE `status` `status` ENUM( 'active', 'reactivated', 'resolved', 'closed' ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'active' ;