refs #5134 feat:models
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Sergio De la torre 2023-10-11 17:12:55 +02:00
parent 3ba349b74a
commit 0028dd150a
2 changed files with 3 additions and 0 deletions

View File

View File

@ -0,0 +1,3 @@
INSERT INTO `salix`.`ACL` ( model, property, accessType, permission, principalType, principalId)
VALUES('TicketCollection', '*', 'WRITE', 'ALLOW', 'ROLE', 'production');