web
web copied to clipboard
sort pro matches by match_seq_num
Matches are now probably sorted by match_id or start_time, should be duration+start_time so that last match can be on top.
The problem is that there is no database index on that.
There is a match_seq_num column that could be indexed and would produce the ordering described.