From 4b135fb1bd6454b83c5575d215e8f72d4b41c2d7 Mon Sep 17 00:00:00 2001 From: Sarah Faey Date: Thu, 1 Dec 2022 22:49:40 +0100 Subject: [PATCH] template in DbInitializer now contains the owner Id --- Lieb/Data/DbInitializer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Lieb/Data/DbInitializer.cs b/Lieb/Data/DbInitializer.cs index 693943a..5fb4565 100644 --- a/Lieb/Data/DbInitializer.cs +++ b/Lieb/Data/DbInitializer.cs @@ -147,6 +147,7 @@ namespace Lieb.Data Interval = 7, CreateDaysBefore = 7, TimeZone = "Europe/Vienna", + RaidOwnerId = 2, Roles = new[] { new RaidRole(){ Description = "WupWup", Name = "Ups",