Reformat realm migrations list for legibility

This commit is contained in:
Dean Herbert
2021-11-22 15:23:16 +09:00
parent 4dd86f8619
commit ff13a98077

View File

@ -33,10 +33,10 @@ namespace osu.Game.Database
/// <summary> /// <summary>
/// Version history: /// Version history:
/// 6 First tracked version (~20211018) /// 6 ~2021-10-18 First tracked version.
/// 7 Changed OnlineID fields to non-nullable to add indexing support (20211018) /// 7 2021-10-18 Changed OnlineID fields to non-nullable to add indexing support.
/// 8 Rebind scroll adjust keys to not have control modifier (20211029) /// 8 2021-10-29 Rebind scroll adjust keys to not have control modifier.
/// 9 Converted BeatmapMetadata.Author from string to RealmUser (20211104) /// 9 2021-11-04 Converted BeatmapMetadata.Author from string to RealmUser.
/// </summary> /// </summary>
private const int schema_version = 9; private const int schema_version = 9;