Skip to content

Commit 8a56bd1

Browse files
committed
Upgrade index
1 parent f25f4a1 commit 8a56bd1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

scripts/20190926-142610.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
drop index tasks_num_attempts_processed_at_idx;
2+
3+
create index tasks_num_attempts_processed_at_idx on tasks(priority, num_attempts, created_at) where processed_at is null;

0 commit comments

Comments
 (0)