More fixes to migration

This commit is contained in:
Kwoth 2016-11-10 23:46:41 +01:00
parent 98576311c1
commit afe459feb6

View File

@ -75,9 +75,9 @@ namespace NadekoBot.Modules.Administration
MigrateDb0_9(uow);
//NOW save it
botConfig.MigrationVersion = 1;
_log.Warn("Writing to disc");
uow.Complete();
botConfig.MigrationVersion = 1;
}
}