Merge branch 'sprint/239_liugang_fixbug' into 'zentaopms_239'
* Fix bug of upgrade the exist projects. See merge request easycorp/zentaopms!5337
This commit is contained in:
+1
-1
@@ -1,2 +1,2 @@
|
||||
ALTER TABLE `zt_product` ADD `shadow` tinyint(1) unsigned NOT NULL AFTER `code`;
|
||||
ALTER TABLE `zt_project` ADD `hasProduct` tinyint(1) unsigned NOT NULL AFTER `code`;
|
||||
ALTER TABLE `zt_project` ADD `hasProduct` tinyint(1) unsigned NOT NULL DEFAULT 1 AFTER `code`;
|
||||
|
||||
Reference in New Issue
Block a user