add new ACL for workerMana

This commit is contained in:
Bernat 2018-05-09 11:19:54 +02:00
parent 87b90212a7
commit 868dac95a2
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
INSERT INTO `salix`.`ACL` (`model`, `property`, `accessType`, `permission`, `principalType`) VALUES ('WorkerMana', '*', 'READ', 'ALLOW', 'ROLE');