mirror of
https://github.com/osukey/osukey.git
synced 2025-05-03 20:57:28 +09: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);
|
public double MaxStarDifficulty => Beatmaps.Max(b => b.StarDifficulty);
|
||||||
|
|
||||||
|
[Indexed]
|
||||||
public bool DeletePending { get; set; }
|
public bool DeletePending { get; set; }
|
||||||
|
|
||||||
public string Hash { get; set; }
|
public string Hash { get; set; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user