refs 6930 feat: ACL

This commit is contained in:
Javier Segarra 2024-02-28 10:55:36 +01:00
parent 23b3fb81f9
commit a06a593412
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
-- Place your SQL code here
INSERT IGNORE INTO `salix`.`ACL`(`model`,`property`,`accessType`,`permission`, `principalType`, `principalId`)
VALUES(VnUser,logoutMultimedia,*,ALLOW,ROLE,employee)