Change ACL from employee to hr
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Pau 2022-10-25 09:25:15 +02:00
parent dc1b1bc1c3
commit 23598c993b
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
INSERT INTO `salix`.`ACL` (model,property,accessType,permission,principalId) INSERT INTO `salix`.`ACL` (model,property,accessType,permission,principalId)
VALUES ('WorkerDisableExcluded','*','*','ALLOW','employee'); VALUES ('WorkerDisableExcluded','*','*','ALLOW','hr');