X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/4377e2bd55bd6bed320b7c3595087d4317b1c9bc..f99c383318c4f9ea15639f0566f3e42db4e2c8b1:/app/models/note_comment.rb diff --git a/app/models/note_comment.rb b/app/models/note_comment.rb index 065c37a5c..388f890a6 100644 --- a/app/models/note_comment.rb +++ b/app/models/note_comment.rb @@ -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) #