refs #4856 delete unnessary sql

This commit is contained in:
Vicent Llopis 2023-03-14 07:45:00 +01:00
parent 4dc9e9e590
commit c5eef959ee
1 changed files with 0 additions and 3 deletions

View File

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