1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 14:12:56 +08:00

Bump realm schema version to allow upgrades

This commit is contained in:
Dean Herbert 2022-01-13 13:28:46 +09:00
parent b77cb344d5
commit 7a81fe19f6

View File

@ -47,8 +47,9 @@ namespace osu.Game.Database
/// 10 2021-11-22 Use ShortName instead of RulesetID for ruleset settings.
/// 11 2021-11-22 Use ShortName instead of RulesetID for ruleset key bindings.
/// 12 2021-11-24 Add Status to RealmBeatmapSet.
/// 13 2022-01-13 Final migration of beatmaps and scores to realm (multiple new storage fields).
/// </summary>
private const int schema_version = 12;
private const int schema_version = 13;
/// <summary>
/// Lock object which is held during <see cref="BlockAllOperations"/> sections, blocking context creation during blocking periods.