From 71a5f8aed3c7d9f7d63a6f3bfa067928a416fcfd Mon Sep 17 00:00:00 2001 From: Bernat Date: Tue, 26 Jun 2018 11:34:37 +0200 Subject: [PATCH] update acl --- services/db/install/changes/1.0.7/acl.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/db/install/changes/1.0.7/acl.sql b/services/db/install/changes/1.0.7/acl.sql index a094d51de..fd90e9699 100644 --- a/services/db/install/changes/1.0.7/acl.sql +++ b/services/db/install/changes/1.0.7/acl.sql @@ -1 +1 @@ -INSERT INTO `salix`.`ACL` (`model`, `property`, `accessType`, `permission`, `principalType`, `principalId`) VALUES ('ClientContact', '*', '*', 'ALLOW', 'ROLE', 'employee'); \ No newline at end of file +INSERT INTO `salix`.`ACL` (`id`, `model`, `property`, `accessType`, `permission`, `principalType`, `principalId`) VALUES (88, 'ClientContact', '*', '*', 'ALLOW', 'ROLE', 'employee'); \ No newline at end of file