4649-bookEntriesIncorrectly_notification #1188

Merged
joan merged 16 commits from 4649-bookEntriesIncorrectly_notification into dev 2022-12-22 10:43:22 +00:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 3d47ee1cd9 - Show all commits

View File

@ -1,2 +1,4 @@
INSERT INTO `util`.`notification` (id, name, description) VALUES(3, 'book-entries-imported-incorrectly', 'accounting entries exported incorrectly');
INSERT INTO `util`.`notificationAcl` (notificationFk, roleFk) VALUES(3, 5);
INSERT INTO `util`.`notificationSubscription` (notificationFk, userFk) VALUES(3, 19663);