#8247: Added new acl for VnUser model #3358

Merged
jon merged 1 commits from 8247-CreateNewAcl into dev 2025-01-15 10:51:26 +00:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 29e6a99983 - Show all commits

View File

@ -0,0 +1,2 @@
INSERT INTO salix.ACL (model,property,accessType,permission,principalType,principalId)
VALUES ('VnUser','adminUser','WRITE','ALLOW','ROLE','sysadmin');