Skip to content

Commit

Permalink
Create 019_add_runs_executor_index.sql (#4161)
Browse files Browse the repository at this point in the history
  • Loading branch information
masipauskas authored Jan 23, 2025
1 parent ef09d41 commit 15e0f71
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CREATE INDEX CONCURRENTLY IF NOT EXISTS idx_runs_filtered ON runs (executor, succeeded, failed, cancelled, serial);

0 comments on commit 15e0f71

Please sign in to comment.