From aab484ad411dec5a0f7512f9d3ef0b8945c4579f Mon Sep 17 00:00:00 2001 From: vicent Date: Tue, 7 Jun 2022 10:28:39 +0200 Subject: [PATCH] refactor code --- db/changes/10470-family/00-aclZoneExclusionGeos.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/changes/10470-family/00-aclZoneExclusionGeos.sql b/db/changes/10470-family/00-aclZoneExclusionGeos.sql index 3a157947d..225952804 100644 --- a/db/changes/10470-family/00-aclZoneExclusionGeos.sql +++ b/db/changes/10470-family/00-aclZoneExclusionGeos.sql @@ -1,2 +1,2 @@ INSERT INTO `salix`.`ACL`(`model`, `property`, `accessType`, `permission`, `principalType`, `principalId`) -VALUES('ZoneExclusionGeo', '*', '*', 'ALLOW', 'ROLE', 'employee'); \ No newline at end of file + VALUES('ZoneExclusionGeo', '*', '*', 'ALLOW', 'ROLE', 'employee'); \ No newline at end of file