Requested changes resolved

This commit is contained in:
Jorge Padawan 2021-02-12 11:47:53 +01:00
parent 1634c81682
commit 86580727e5
2 changed files with 3 additions and 1 deletions

View File

@ -1 +0,0 @@
INSERT INTO `salix`.`ACL` (`model`, `property`, `accessType`, `permission`, `principalType`, `principalId`) VALUES ('Entry', '*', '*', 'ALLOW', 'ROLE', 'administrative');

View File

@ -0,0 +1,3 @@
INSERT INTO `salix`.`ACL` (`model`, `property`, `accessType`, `permission`, `principalType`, `principalId`)
VALUES
('Entry', '*', '*', 'ALLOW', 'ROLE', 'administrative');