Works for me
This commit is contained in:
parent
e3b087415d
commit
373e4c0ad9
@ -118,7 +118,7 @@ namespace NadekoBot.Modules.Administration
|
|||||||
}
|
}
|
||||||
|
|
||||||
var com2 = db.CreateCommand();
|
var com2 = db.CreateCommand();
|
||||||
com.CommandText = "SELECT * FROM Announcement";
|
com.CommandText = "SELECT * FROM CurrencyState";
|
||||||
|
|
||||||
var reader2 = com.ExecuteReader();
|
var reader2 = com.ExecuteReader();
|
||||||
while (reader2.Read())
|
while (reader2.Read())
|
||||||
@ -130,6 +130,7 @@ namespace NadekoBot.Modules.Administration
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
db.Close();
|
db.Close();
|
||||||
|
try { File.Move("data/nadekobot.sqlite", "data/DELETE_ME_nadekobot.sqlite"); } catch { }
|
||||||
}
|
}
|
||||||
|
|
||||||
private void MigrateServerSpecificConfigs0_9(IUnitOfWork uow)
|
private void MigrateServerSpecificConfigs0_9(IUnitOfWork uow)
|
||||||
|
Loading…
Reference in New Issue
Block a user