From deb730aae7d6e41dd1cd8ff973bb9e54ac709d43 Mon Sep 17 00:00:00 2001 From: Pau Navarro Date: Tue, 27 Dec 2022 09:21:02 +0100 Subject: [PATCH] solve fixture error --- db/dump/fixtures.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db/dump/fixtures.sql b/db/dump/fixtures.sql index 2fd4174ea..2b4dd4b09 100644 --- a/db/dump/fixtures.sql +++ b/db/dump/fixtures.sql @@ -2684,8 +2684,8 @@ 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') + (1, 'print-email', 'notification fixture one'), + (2, 'invoice-electronic', 'A electronic invoice has been generated'); INSERT INTO `util`.`notificationAcl` (`notificationFk`, `roleFk`) VALUES