3 class AddTextIndexToNoteComments < ActiveRecord::Migration
5 add_index :note_comments, [], :columns => "to_tsvector('english', body)", :using => "GIN", :name => "index_note_comments_on_body"
9 remove_index :note_comments, :name => "index_note_comments_on_body"