* fix error.
This commit is contained in:
@@ -6,6 +6,7 @@ ALTER TABLE `zt_storyestimate` MODIFY COLUMN `average` float NOT NULL;
|
||||
|
||||
ALTER TABLE `zt_jenkins` ADD COLUMN `type` char(30) NOT NULL AFTER `id`;
|
||||
ALTER TABLE `zt_jenkins` ADD COLUMN `private` char(32) NOT NULL AFTER `token`;
|
||||
UPDATE `zt_jenkins` SET `type`='jenkins';
|
||||
RENAME TABLE `zt_jenkins` TO `zt_pipeline`;
|
||||
|
||||
ALTER TABLE `zt_relation` DROP INDEX `relation`;
|
||||
|
||||
Reference in New Issue
Block a user