refs 6930 feat: ACL
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Javier Segarra 2024-02-28 11:57:00 +01:00
parent 9cad2de9fb
commit 1d1d950e4b
1 changed files with 2 additions and 1 deletions

View File

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