mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Backup collections alongside main databases when migrating to realm
This commit is contained in:
@ -195,7 +195,7 @@ namespace osu.Game
|
||||
|
||||
// A non-null context factory means there's still content to migrate.
|
||||
if (efContextFactory != null)
|
||||
new EFToRealmMigrator(efContextFactory, realmFactory, LocalConfig).Run();
|
||||
new EFToRealmMigrator(efContextFactory, realmFactory, LocalConfig, Storage).Run();
|
||||
|
||||
dependencies.CacheAs(Storage);
|
||||
|
||||
|
Reference in New Issue
Block a user