change sorting.
This commit is contained in:
parent
37d37b6337
commit
82408b2131
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue