salix/db/versions/10962-greenOrchid/00-firstScript.sql

7 lines
297 B
MySQL
Raw Normal View History

2024-03-21 09:18:54 +00:00
-- Place your SQL code here
USE vn;
INSERT INTO `salix`.`ACL` (model, property, accessType, permission, principalType, principalId)
VALUES
('ExpeditionPallet', '*', 'READ', 'ALLOW', 'ROLE', 'production'),
('Ticket', 'addSaleByCode', 'WRITE', 'ALLOW', 'ROLE', 'production');