Files
EasySoft-ZenTaoPMS/db/update4.0.beta1.sql
chencongzhi520@gmail.com a6e0c1bcff * code for task#933.
* move caseBatchEdit for open source version to pro version.
2012-12-10 07:18:58 +00:00

13 lines
381 B
SQL

INSERT INTO `zt_groupPriv` (`company`, `group`, `module`, `method`) VALUES
(1, 1, 'bug', 'batchEdit'),
(1, 2, 'bug', 'batchEdit'),
(1, 3, 'bug', 'batchEdit'),
(1, 4, 'bug', 'batchEdit'),
(1, 5, 'bug', 'batchEdit'),
(1, 1, 'testcase', 'batchEdit'),
(1, 2, 'testcase', 'batchEdit'),
(1, 3, 'testcase', 'batchEdit'),
(1, 4, 'testcase', 'batchEdit'),
(1, 5, 'testcase', 'batchEdit');