Skip to content

Commit

Permalink
Remove newly added index as its causing issues in prod (#338)
Browse files Browse the repository at this point in the history
* Remove newly added index as its causing issues in prod
* Rename db migration files
  • Loading branch information
dehort authored Feb 19, 2024
1 parent ea8fe03 commit 8311244
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions migrations/014_drop-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_drop-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 8311244

Please sign in to comment.