refactor: change acl
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
6367f1ef05
commit
a330e9d64a
|
@ -1,3 +1,3 @@
|
|||
INSERT INTO `salix`.`ACL` (`model`, `property`, `accessType`, `permission`, `principalType`, `principalId`)
|
||||
VALUES
|
||||
('OsTicketConfig', '*', 'READ', 'ALLOW', 'ROLE', 'it');
|
||||
('OsTicketConfig', '*', '*', 'ALLOW', 'ROLE', 'it');
|
Loading…
Reference in New Issue