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

This commit is contained in:
Vicent Llopis 2022-09-16 12:02:04 +02:00
parent 6367f1ef05
commit a330e9d64a
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', 'it');
('OsTicketConfig', '*', '*', 'ALLOW', 'ROLE', 'it');