From 6a85555b1af2491dcd4c221b04033e27e7c39d21 Mon Sep 17 00:00:00 2001 From: Teryk Bellahsene Date: Fri, 26 Feb 2016 16:37:13 +0100 Subject: [PATCH] SONAR-7187 WS api/ce/activity order tasks from last submitted to older all the time --- sonar-db/src/main/resources/org/sonar/db/ce/CeQueueMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-db/src/main/resources/org/sonar/db/ce/CeQueueMapper.xml b/sonar-db/src/main/resources/org/sonar/db/ce/CeQueueMapper.xml index b00fadad36a..b8c4f5bf6ee 100644 --- a/sonar-db/src/main/resources/org/sonar/db/ce/CeQueueMapper.xml +++ b/sonar-db/src/main/resources/org/sonar/db/ce/CeQueueMapper.xml @@ -19,7 +19,7 @@ - order by cq.created_at desc, cq.id asc + order by cq.created_at desc, cq.id desc