mirror of
https://github.com/norohind/SquadsActivityMonitor.git
synced 2025-04-12 13:00:02 +03:00
fix latest leaderboard: add order by score desc
This commit is contained in:
parent
f389804558
commit
0247e6616f
@ -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;
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user