mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Separate out startup tasks to ensure they run after migrations
This commit is contained in:
@ -38,7 +38,11 @@ namespace osu.Game.IO
|
||||
Connection.DropTable<FileInfo>();
|
||||
|
||||
Connection.CreateTable<FileInfo>();
|
||||
}
|
||||
|
||||
protected override void StartupTasks()
|
||||
{
|
||||
base.StartupTasks();
|
||||
deletePending();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user