mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-26 06:14:14 +00:00
change sorting.
This commit is contained in:
parent
37d37b6337
commit
82408b2131
@ -1,3 +1,3 @@
|
||||
select INSTANCE_VERSION, ADDON_ID, VERSION, UPLOADED_ON, DOWNLOAD_COUNT
|
||||
from campaignd_addon_info
|
||||
order by INSTANCE_VERSION, ADDON_ID, VERSION
|
||||
order by INSTANCE_VERSION desc, DOWNLOAD_COUNT desc
|
||||
|
Loading…
x
Reference in New Issue
Block a user