refactor: change acl
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Vicent Llopis 2022-09-16 10:39:59 +02:00
parent a695468bb7
commit afeed9757c
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
INSERT INTO `salix`.`ACL` (`model`, `property`, `accessType`, `permission`, `principalType`, `principalId`)
VALUES
('OsTicketConfig', '*', 'READ', 'ALLOW', 'ROLE', 'employee');
('OsTicketConfig', '*', 'READ', 'ALLOW', 'ROLE', 'it');