merge staticgen, squashed

This commit is contained in:
2024-10-12 11:15:11 -07:00
parent 0a8611065b
commit f17c6a8f68
9 changed files with 181 additions and 15 deletions

View File

@@ -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;