fix latest leaderboard: add order by score desc

This commit is contained in:
norohind 2022-05-22 21:22:07 +03:00
parent f389804558
commit 0247e6616f
Signed by: norohind
GPG Key ID: 01C3BECC26FB59E1

View File

@ -198,4 +198,5 @@ select
from leaderboard
inner join squads_stats_states_action_info
on squads_stats_states_action_info.action_id = leaderboard.action_id
order by score desc;
"""