mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
You didn't see anything
This commit is contained in:
@@ -13,7 +13,7 @@ namespace KfChatDotNetBot
|
|||||||
logger.Info("Opening up DB to perform a migration (if one is needed)");
|
logger.Info("Opening up DB to perform a migration (if one is needed)");
|
||||||
using var db = new ApplicationDbContext();
|
using var db = new ApplicationDbContext();
|
||||||
db.Database.Migrate();
|
db.Database.Migrate();
|
||||||
logger.Info("Migration done. Syncing bultin settings keys");
|
logger.Info("Migration done. Syncing builtin settings keys");
|
||||||
BuiltIn.SyncSettingsWithDb().Wait();
|
BuiltIn.SyncSettingsWithDb().Wait();
|
||||||
logger.Info("Migrating settings from config.json (if needed)");
|
logger.Info("Migrating settings from config.json (if needed)");
|
||||||
BuiltIn.MigrateJsonSettingsToDb().Wait();
|
BuiltIn.MigrateJsonSettingsToDb().Wait();
|
||||||
|
|||||||
Reference in New Issue
Block a user