feat: add 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
26d72a7b3f
commit
3ef0b3a68b
|
@ -0,0 +1,3 @@
|
||||||
|
INSERT INTO `salix`.`ACL` (`model`, `property`, `accessType`, `permission`, `principalType`, `principalId`)
|
||||||
|
VALUES
|
||||||
|
('ItemConfig', '*', '*', 'ALLOW', 'ROLE', 'employee');
|
Loading…
Reference in New Issue