mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-22 13:28:35 +00:00
5 lines
204 B
SQL
5 lines
204 B
SQL
select INSTANCE_VERSION, ADDON_ID, VERSION, UPLOADED_ON, DOWNLOAD_COUNT
|
|
from campaignd_addon_info
|
|
where INSTANCE_VERSION not in ('1.15', '1.16')
|
|
order by INSTANCE_VERSION desc, ADDON_ID, UPLOADED_ON desc
|