]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/note_comment.rb
Merge remote-tracking branch 'upstream/pull/2225'
[rails.git] / app / models / note_comment.rb
index 065c37a5c73e44eef2ef9c2eec60d427af9b6f7d..388f890a67c4fb5ea0939be59cef429475e2ca0a 100644 (file)
@@ -13,7 +13,7 @@
 #
 # Indexes
 #
-#  index_note_comments_on_body        (to_tsvector('english'::regconfig, body))
+#  index_note_comments_on_body        (to_tsvector('english'::regconfig, body)) USING gin
 #  index_note_comments_on_created_at  (created_at)
 #  note_comments_note_id_idx          (note_id)
 #