Skip to content

Commit

Permalink
add index to fix hanging query
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisgsmith committed Jan 30, 2024
1 parent 51ede43 commit 9f7f603
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions migrate/common/V3.0.2__create_project_instrument_idx.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CREATE INDEX IF NOT EXISTS project_instrument_instrument_id_idx ON project_instrument (instrument_id);

0 comments on commit 9f7f603

Please sign in to comment.