wesnoth/utils/mp-server/query-scripts/29-addon-download-counts.sql
2023-11-08 18:22:24 -06:00

4 lines
150 B
SQL

select INSTANCE_VERSION, ADDON_ID, VERSION, UPLOADED_ON, DOWNLOAD_COUNT
from campaignd_addon_info
order by INSTANCE_VERSION desc, DOWNLOAD_COUNT desc