merge staticgen, squashed
This commit is contained in:
@@ -5,4 +5,4 @@ where Cts_ranks.mapid = Cts_times.mapid
|
||||
and cryptokey = idvalue
|
||||
and idrank = 1
|
||||
group by Cts_ranks.mapid
|
||||
order by max(trank);
|
||||
order by count(trank) DESC;
|
||||
|
Reference in New Issue
Block a user