Skip to content

Commit

Permalink
Remove newly added index as its causing issues in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
dehort committed Feb 19, 2024
1 parent ea8fe03 commit 0c5a317
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions migrations/014_add-index-labels-playbook-run.down.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CREATE INDEX runs_btree_labels_playbook_run_index ON runs USING btree((labels->>'playbook-run'));
1 change: 1 addition & 0 deletions migrations/014_add-index-labels-playbook-run.up.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DROP INDEX runs_btree_labels_playbook_run_index;

0 comments on commit 0c5a317

Please sign in to comment.