Compare commits

...

1 Commits

Author SHA1 Message Date
Carlos Satorres be6a57877d refs #6043 arreglo ACL
gitea/salix/pipeline/head This commit looks good Details
2023-07-19 07:45:18 +02:00
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
INSERT INTO `salix`.`ACL` (`model`,`property`,`accessType`,`permission`,`principalId`)
VALUES
('Vehicle','sorted','WRITE','ALLOW','employee');