mirror of
https://github.com/ppy/osu
synced 2025-01-18 20:10:49 +00:00
Add comment and index on column
This commit is contained in:
parent
881eecb528
commit
31bb1ebe0e
@ -52,6 +52,10 @@ namespace osu.Game.Beatmaps
|
||||
[JsonProperty("file_sha2")]
|
||||
public string Hash { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// MD5 is kept for legacy support (matching against replays, osu-web-10 etc.).
|
||||
/// </summary>
|
||||
[Indexed]
|
||||
[JsonProperty("file_md5")]
|
||||
public string MD5Hash { get; set; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user