* finish task #5310.

This commit is contained in:
wangyidong
2019-02-19 17:17:07 +08:00
parent 33b36fbabf
commit e8d05a79bf
+1
View File
@@ -1,2 +1,3 @@
update `zt_build` set `deleted`='1' where `project`='0' and `id` in (select `build` from `zt_release` where `deleted`='1');
ALTER TABLE `zt_productplan` ADD `parent` mediumint(9) NOT NULL DEFAULT '0' AFTER `branch`;
ALTER TABLE `zt_action` CHANGE `actor` `actor` varchar(100) COLLATE 'utf8_general_ci' NOT NULL DEFAULT '' AFTER `project`;