This reverts commit 7cf5d63cd3.
7cf5d63cd3
FirstOrDefault when called on a TableQuery with a predicate doesn't use table indices
This fixes incorrect reference counts causing database desync.
Now stores store versions to the database itself.
Welcome back BeatmapManager
Hide database functionality at a lower level in preparation from eventually making it private.
Always parse storyboards for now. Let's not optimise this until it is necessary. It was leading to weird threading problems due to the load call in Player's async load method.
Callback was expecting the beatmap to be populated where it wasn't being.