Merge pull request 'fix: acls' (!2999) from hotfix-postCodeACLS into master
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
Reviewed-on: #2999 Reviewed-by: Alex Moreno <alexm@verdnatura.es> Reviewed-by: Javier Segarra <jsegarra@verdnatura.es>
This commit is contained in:
commit
20c42e82e9
|
@ -0,0 +1,3 @@
|
|||
INSERT INTO salix.ACL (model,property,accessType,permission,principalType,principalId)
|
||||
VALUES ('Postcode','*','WRITE','ALLOW','ROLE','administrative');
|
||||
|
Loading…
Reference in New Issue