Works for me

This commit is contained in:
Kwoth 2016-10-12 01:34:35 +02:00
parent e3b087415d
commit 373e4c0ad9

View File

@ -118,7 +118,7 @@ namespace NadekoBot.Modules.Administration
}
var com2 = db.CreateCommand();
com.CommandText = "SELECT * FROM Announcement";
com.CommandText = "SELECT * FROM CurrencyState";
var reader2 = com.ExecuteReader();
while (reader2.Read())
@ -130,6 +130,7 @@ namespace NadekoBot.Modules.Administration
});
}
db.Close();
try { File.Move("data/nadekobot.sqlite", "data/DELETE_ME_nadekobot.sqlite"); } catch { }
}
private void MigrateServerSpecificConfigs0_9(IUnitOfWork uow)