Skip to content

Commit

Permalink
add index to the playbook-run label
Browse files Browse the repository at this point in the history
  • Loading branch information
tahmidefaz committed Feb 7, 2024
1 parent 813dca5 commit 3eab48f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions migrations/013_add-index-labels.down.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DROP INDEX idx_btree_labels;
1 change: 1 addition & 0 deletions migrations/013_add-index-labels.up.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CREATE INDEX idx_btree_labels ON runs USING btree((labels->>'playbook-run'));

0 comments on commit 3eab48f

Please sign in to comment.