Woopsie, fixed auto migration and seeding

This commit is contained in:
Kwoth 2016-10-08 11:07:58 +02:00
parent 2c3e975301
commit 81a3a33fff

View File

@ -37,8 +37,8 @@ namespace NadekoBot.Services.Database
public NadekoContext() public NadekoContext()
{ {
// this.Database.Migrate(); this.Database.Migrate();
// EnsureSeedData(); EnsureSeedData();
} }
public void EnsureSeedData() public void EnsureSeedData()