mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:57:36 +08:00
Update schema_version
This commit is contained in:
parent
4598112586
commit
d23e787bc1
@ -72,7 +72,7 @@ namespace osu.Game.Database
|
||||
/// 25 2022-09-18 Remove skins to add with new naming.
|
||||
/// 26 2023-02-05 Added OriginalBeatmapHash to ScoreInfo.
|
||||
/// </summary>
|
||||
private const int schema_version = 25;
|
||||
private const int schema_version = 26;
|
||||
|
||||
/// <summary>
|
||||
/// Lock object which is held during <see cref="BlockAllOperations"/> sections, blocking realm retrieval during blocking periods.
|
||||
|
Loading…
Reference in New Issue
Block a user