mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Permanently delete client.db
after migration completes
This commit is contained in:
@ -38,6 +38,10 @@ namespace osu.Game.Database
|
||||
migrateBeatmaps(ef);
|
||||
migrateScores(ef);
|
||||
}
|
||||
|
||||
// Delete the database permanently.
|
||||
// Will cause future startups to not attempt migration.
|
||||
efContextFactory.ResetDatabase();
|
||||
}
|
||||
|
||||
private void migrateBeatmaps(DatabaseWriteUsage ef)
|
||||
|
Reference in New Issue
Block a user