add template strings to sql
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
074763f633
commit
aee7cd113e
|
@ -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');
|
Loading…
Reference in New Issue