More fixes to migration
This commit is contained in:
parent
98576311c1
commit
afe459feb6
@ -75,9 +75,9 @@ namespace NadekoBot.Modules.Administration
|
|||||||
MigrateDb0_9(uow);
|
MigrateDb0_9(uow);
|
||||||
|
|
||||||
//NOW save it
|
//NOW save it
|
||||||
botConfig.MigrationVersion = 1;
|
|
||||||
_log.Warn("Writing to disc");
|
_log.Warn("Writing to disc");
|
||||||
uow.Complete();
|
uow.Complete();
|
||||||
|
botConfig.MigrationVersion = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user