* Add acl index of product and project table.

This commit is contained in:
guanxiying
2019-11-26 08:44:47 +08:00
parent 1188868ab8
commit 3dacf7d80e

View File

@@ -5,3 +5,5 @@ CREATE TABLE `zt_dinguserid` (
`userid` varchar(255) NOT NULL,
UNIQUE KEY `webhook_account` (`webhook`,`account`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
ALTER TABLE `zt_product` ADD INDEX acl (`acl`);
ALTER TABLE `zt_project` ADD INDEX acl (`acl`);