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:
parent
a4e2f34ee7
commit
db6556a0f9
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user