1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 01:43:15 +08:00

Index DeletePending for better performance.

This commit is contained in:
Dean Herbert 2017-04-17 17:44:02 +09:00
parent a4e2f34ee7
commit db6556a0f9
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49

View File

@ -26,6 +26,7 @@ namespace osu.Game.Database
public double MaxStarDifficulty => Beatmaps.Max(b => b.StarDifficulty);
[Indexed]
public bool DeletePending { get; set; }
public string Hash { get; set; }