mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 01:47:30 +09:00
Bump realm schema version to allow upgrades
This commit is contained in:
parent
b77cb344d5
commit
7a81fe19f6
@ -47,8 +47,9 @@ namespace osu.Game.Database
|
|||||||
/// 10 2021-11-22 Use ShortName instead of RulesetID for ruleset settings.
|
/// 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.
|
/// 11 2021-11-22 Use ShortName instead of RulesetID for ruleset key bindings.
|
||||||
/// 12 2021-11-24 Add Status to RealmBeatmapSet.
|
/// 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>
|
/// </summary>
|
||||||
private const int schema_version = 12;
|
private const int schema_version = 13;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Lock object which is held during <see cref="BlockAllOperations"/> sections, blocking context creation during blocking periods.
|
/// Lock object which is held during <see cref="BlockAllOperations"/> sections, blocking context creation during blocking periods.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user