refs 5858 feat: replace with code

This commit is contained in:
Javier Segarra 2024-03-06 11:41:48 +01:00
parent 2f0c8d96d2
commit eb5fdd1940
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ INSERT IGNORE INTO util.notification (`id`, `name`,`description`)
INSERT IGNORE INTO util.notificationSubscription (notificationFk,userFk)
VALUES(
@MaxId, 100);
@MaxId, (SELECT id from `account`.`user` where name = "system"));
INSERT IGNORE INTO util.notificationAcl (notificationFk,roleFk)