Merge branch 'devops18'
This commit is contained in:
@@ -1 +1,2 @@
|
||||
ALTER TABLE zt_productplan ADD `status` enum('wait','doing','done','closed') NOT NULL default 'wait' AFTER `title`;
|
||||
ALTER TABLE zt_product modify column `reviewer` text NOT NULL;
|
||||
|
||||
+1
-1
@@ -933,7 +933,7 @@ CREATE TABLE IF NOT EXISTS `zt_product` (
|
||||
`RD` varchar(30) NOT NULL,
|
||||
`acl` enum('open','private','custom') NOT NULL default 'open',
|
||||
`whitelist` text NOT NULL,
|
||||
`reviewer` varchar(255) NOT NULL,
|
||||
`reviewer` text NOT NULL,
|
||||
`createdBy` varchar(30) NOT NULL,
|
||||
`createdDate` datetime NOT NULL,
|
||||
`createdVersion` varchar(20) NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user