Merge branch 'devops21_zhangzilong_19161' into 'master'

* Code for bug 19161.

See merge request easycorp/zentaopms!1790
This commit is contained in:
李玉春
2022-02-14 08:51:47 +00:00
+1 -1
View File
@@ -29,7 +29,7 @@ CREATE TABLE `zt_kanban` (
`desc` text NOT NULL,
`acl` char(30) NOT NULL DEFAULT 'open',
`whitelist` text NOT NULL,
`archived` enum('0', '1') NOT NULL DEFAULT '1',
`archived` enum('0', '1') NOT NULL DEFAULT '0',
`status` enum('active','closed') NOT NULL default 'active',
`order` smallint(6) NOT NULL DEFAULT '0',
`createdBy` char(30) NOT NULL,