7152-devToTest_2414 #2228

Merged
alexm merged 636 commits from 7152-devToTest_2414 into test 2024-03-28 08:26:34 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit eb5fdd1940 - Show all commits

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)