Skip to content

Commit

Permalink
Create postgres index for search_vector
Browse files Browse the repository at this point in the history
  • Loading branch information
kpcyrd committed Oct 4, 2018
1 parent ac601a5 commit da9b0ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DROP INDEX modules_search_idx;
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CREATE INDEX modules_search_idx ON modules USING GIN(search_vector);

0 comments on commit da9b0ef

Please sign in to comment.