acls for the notifications
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Pau 2022-11-25 07:06:04 +01:00
parent dfdf3d68bf
commit 3e08650b6f
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
INSERT INTO salix.ACL (model,property,accessType,principalId)
VALUES ('NotificationSubscription','*','*','employee'),
VALUES ('NotificationAcl','*','*','employee');