Merge branch 'sgm_fixbug' into 'master'
* Add upgrade sql. See merge request easycorp/zentaopms!3986
This commit is contained in:
@@ -11,3 +11,5 @@ DELETE FROM `zt_workflowaction` WHERE `module`='task' AND `action`='browse';
|
||||
DELETE FROM `zt_workflowaction` WHERE `module`='build' AND `action`='browse';
|
||||
|
||||
ALTER TABLE `zt_projectproduct` MODIFY COLUMN `plan` varchar(255) NOT NULL;
|
||||
|
||||
UPDATE `zt_project` SET status = 'closed' WHERE status='done';
|
||||
|
||||
Reference in New Issue
Block a user