Skip to content

Commit

Permalink
Fixes bug 794164 - Return products in the right order from /current/v…
Browse files Browse the repository at this point in the history
…ersions service.
  • Loading branch information
adngdb committed Oct 16, 2012
1 parent 759a333 commit f018e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion socorro/services/currentVersions.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def get(self, *args):
start_date, end_date, build_type, throttle
FROM product_info
ORDER BY
product_name, version_sort DESC
product_sort, version_sort DESC
"""
cursor.execute(currentVersions)

Expand Down

0 comments on commit f018e42

Please sign in to comment.