mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Migrate mod preset column to use realm
This commit is contained in:
@ -66,8 +66,9 @@ namespace osu.Game.Database
|
||||
/// 19 2022-07-19 Added DateSubmitted and DateRanked to BeatmapSetInfo.
|
||||
/// 20 2022-07-21 Added LastAppliedDifficultyVersion to RulesetInfo, changed default value of BeatmapInfo.StarRating to -1.
|
||||
/// 21 2022-07-27 Migrate collections to realm (BeatmapCollection).
|
||||
/// 22 2022-07-31 Added ModPreset.
|
||||
/// </summary>
|
||||
private const int schema_version = 21;
|
||||
private const int schema_version = 22;
|
||||
|
||||
/// <summary>
|
||||
/// Lock object which is held during <see cref="BlockAllOperations"/> sections, blocking realm retrieval during blocking periods.
|
||||
|
Reference in New Issue
Block a user