From 3d47ee1cd9506804bbd0862d1761ea6faec570c0 Mon Sep 17 00:00:00 2001 From: vicent Date: Mon, 12 Dec 2022 13:53:21 +0100 Subject: [PATCH] feat: inseet in notificationSubscription --- db/changes/10510-december/00-utilNotification.sql | 2 ++ 1 file changed, 2 insertions(+) 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); +