refs #6321 feat: acl
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Javier Segarra 2024-03-06 14:37:28 +01:00
parent 7c8fa52da0
commit d1e7e13333
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
INSERT INTO salix.ACL (model,property,accessType,permission,principalType,principalId)
VALUES
('Ticket','itemLack','READ','ALLOW','ROLE','employee'),
('Ticket','itemLackDetail','READ','ALLOW','ROLE','employee');