salix/db/versions/11116-tealRuscus/00-firstScript.sql

3 lines
199 B
MySQL
Raw Normal View History

2024-06-25 11:30:46 +00:00
-- Place your SQL code here
USE vn;
INSERT INTO salix.ACL ( model, property, accessType, permission, principalType, principalId) VALUES('ItemShelvingLog', '*', 'READ', 'ALLOW', 'ROLE', 'production');