mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 00:02:56 +08: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")]
|
[JsonProperty("file_sha2")]
|
||||||
public string Hash { get; set; }
|
public string Hash { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// MD5 is kept for legacy support (matching against replays, osu-web-10 etc.).
|
||||||
|
/// </summary>
|
||||||
|
[Indexed]
|
||||||
[JsonProperty("file_md5")]
|
[JsonProperty("file_md5")]
|
||||||
public string MD5Hash { get; set; }
|
public string MD5Hash { get; set; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user