mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Store KeyBinding action to its own field in realm
Also improve the Query method for action types by using generic field
This commit is contained in:
@ -163,7 +163,7 @@ namespace osu.Game.Database
|
||||
contexts.Value++;
|
||||
return Realm.GetInstance(new RealmConfiguration(storage.GetFullPath($"{database_name}.realm", true))
|
||||
{
|
||||
SchemaVersion = 2,
|
||||
SchemaVersion = 3,
|
||||
MigrationCallback = onMigration
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user