diff --git a/services/db/install/changes/1.0.8/acl.sql b/services/db/install/changes/1.0.8/acl.sql index 907696525..3f47da8fa 100644 --- a/services/db/install/changes/1.0.8/acl.sql +++ b/services/db/install/changes/1.0.8/acl.sql @@ -1 +1,2 @@ INSERT INTO `salix`.`ACL` (`id`,`model`, `property`, `accessType`, `permission`, `principalType`, `principalId`) VALUES ('89','Sale', 'moveToNewTicket', '*', 'ALLOW', 'ROLE', 'employee'); +INSERT INTO `salix`.`ACL` (`id`,`model`, `property`, `accessType`, `permission`, `principalType`, `principalId`) VALUES (90, 'Sale', 'reserve', '*', 'ALLOW', 'ROLE', 'employee'); \ No newline at end of file