add fixtures
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Pau 2022-12-22 10:41:07 +01:00
parent 00b3e37e6f
commit fce0352986
1 changed files with 1 additions and 0 deletions

View File

@ -2685,6 +2685,7 @@ INSERT INTO `util`.`notificationConfig`
INSERT INTO `util`.`notification` (`id`, `name`, `description`)
VALUES
(1, 'print-email', 'notification fixture one');
(2, 'invoice-electronic', 'A electronic invoice has been generated')
INSERT INTO `util`.`notificationAcl` (`notificationFk`, `roleFk`)
VALUES