refs 5858 feat: replace with code
This commit is contained in:
parent
2f0c8d96d2
commit
eb5fdd1940
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue