diff --git a/db/changes/10510-december/00-utilNotification.sql b/db/changes/10510-december/00-utilNotification.sql index 273a33f1e..5c80b81b3 100644 --- a/db/changes/10510-december/00-utilNotification.sql +++ b/db/changes/10510-december/00-utilNotification.sql @@ -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); +