diff --git a/socorro/services/currentVersions.py b/socorro/services/currentVersions.py index 470bf5a5a7..515550aeb4 100644 --- a/socorro/services/currentVersions.py +++ b/socorro/services/currentVersions.py @@ -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)