test to dev #2558

Merged
jorgep merged 3 commits from test into dev 2024-06-07 07:19:33 +00:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit 5a6e2a2b31 - Show all commits

View File

@ -0,0 +1,3 @@
INSERT INTO salix.ACL(model,property,accessType,permission,principalType,principalId)
VALUES('InvoiceIn', 'create', 'WRITE', 'ALLOW', 'ROLE', 'administrative'),
('InvoiceIn', 'create', 'WRITE', 'ALLOW', 'ROLE', 'buyer');