solve fixture error

This commit is contained in:
Pau 2022-12-27 09:21:02 +01:00
parent 7aeeddcf18
commit deb730aae7
1 changed files with 2 additions and 2 deletions

View File

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