mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Permanently delete client.db
after migration completes
This commit is contained in:
@ -193,6 +193,7 @@ namespace osu.Game
|
||||
dependencies.Cache(RulesetStore = new RulesetStore(realmFactory, Storage));
|
||||
dependencies.CacheAs<IRulesetStore>(RulesetStore);
|
||||
|
||||
// A non-null context factory means there's still content to migrate.
|
||||
if (efContextFactory != null)
|
||||
new EFToRealmMigrator(efContextFactory, realmFactory, LocalConfig).Run();
|
||||
|
||||
|
Reference in New Issue
Block a user