mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-28 23:53:52 +00:00
4 lines
150 B
SQL
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
|