diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-05-22 14:46:23 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-05-22 14:46:23 +0200 |
commit | 96fb11bed0def1bfb3666b732dd32be253f46c01 (patch) | |
tree | ff082f258d4aff4ceb4450672296d9f11b938a4f /src/exchangedb/exchange-0001-part.sql | |
parent | 21bcc5fa0bb4e2c101fc71d5740934d5914eb480 (diff) |
-fix
Diffstat (limited to 'src/exchangedb/exchange-0001-part.sql')
-rw-r--r-- | src/exchangedb/exchange-0001-part.sql | 2 |
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 ); |