mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Index DeletePending for better performance.
This commit is contained in:
@ -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; }
|
||||
|
Reference in New Issue
Block a user