summaryrefslogtreecommitdiff
path: root/src/exchangedb/exchange-0001-part.sql
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-05-22 14:46:23 +0200
committerChristian Grothoff <christian@grothoff.org>2022-05-22 14:46:23 +0200
commit96fb11bed0def1bfb3666b732dd32be253f46c01 (patch)
treeff082f258d4aff4ceb4450672296d9f11b938a4f /src/exchangedb/exchange-0001-part.sql
parent21bcc5fa0bb4e2c101fc71d5740934d5914eb480 (diff)
downloadexchange-96fb11bed0def1bfb3666b732dd32be253f46c01.tar.gz
exchange-96fb11bed0def1bfb3666b732dd32be253f46c01.tar.bz2
exchange-96fb11bed0def1bfb3666b732dd32be253f46c01.zip
-fix
Diffstat (limited to 'src/exchangedb/exchange-0001-part.sql')
-rw-r--r--src/exchangedb/exchange-0001-part.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/exchange-0001-part.sql b/src/exchangedb/exchange-0001-part.sql
index 1b1d2a38e..d8855b011 100644
--- a/src/exchangedb/exchange-0001-part.sql
+++ b/src/exchangedb/exchange-0001-part.sql
@@ -925,7 +925,7 @@ CREATE INDEX IF NOT EXISTS work_shards_by_job_name_completed_last_attempt_index
ON work_shards
(job_name
,completed
- ,last_attempt
+ ,last_attempt ASC
);