From 15de049317d59e982d3de6e89e3e01fe0650b4a5 Mon Sep 17 00:00:00 2001 From: Bernat Date: Tue, 3 Jul 2018 14:28:29 +0200 Subject: [PATCH] update structure DB --- services/db/install/changes/1.0.8/acl.sql | 1 + 1 file changed, 1 insertion(+) 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