8355-testToMaster #3336

Merged
alexm merged 241 commits from 8355-testToMaster into master 2025-01-07 06:44:57 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit b5d4d31abb - Show all commits

View File

@ -1,3 +1,3 @@
-- Place your SQL code here -- Place your SQL code here
INSERT INTO salix.ACL (model, property, accessType, permission, principalType, principalId, editorFk) INSERT IGNORE INTO salix.ACL (model, property, accessType, permission, principalType, principalId)
VALUES('InventoryConfig', '*', 'READ', 'ALLOW', 'ROLE', 'buyer', 100); VALUES('InventoryConfig', 'find', 'READ', 'ALLOW', 'ROLE', 'buyer');