From 81a3a33fff50da5960d379f76b48b094b159a464 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Sat, 8 Oct 2016 11:07:58 +0200 Subject: [PATCH] Woopsie, fixed auto migration and seeding --- src/NadekoBot/Services/Database/NadekoContext.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/NadekoBot/Services/Database/NadekoContext.cs b/src/NadekoBot/Services/Database/NadekoContext.cs index 8a229565..243582d7 100644 --- a/src/NadekoBot/Services/Database/NadekoContext.cs +++ b/src/NadekoBot/Services/Database/NadekoContext.cs @@ -37,8 +37,8 @@ namespace NadekoBot.Services.Database public NadekoContext() { - // this.Database.Migrate(); - // EnsureSeedData(); + this.Database.Migrate(); + EnsureSeedData(); } public void EnsureSeedData()