add template strings to sql
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Pau 2022-11-28 09:33:14 +01:00
parent 074763f633
commit aee7cd113e
1 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,4 @@
INSERT INTO salix.ACL (model,property,accessType,principalId)
VALUES ('NotificationSubscription','*','*','employee'),
VALUES ('NotificationAcl','*','*','employee');
INSERT INTO `salix`.`ACL` (`model`,`property`,`accessType`,`principalId`)
VALUES
('NotificationSubscription','*','*','employee'),
('NotificationAcl','*','*','employee');