]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/20140115192822_add_text_index_to_note_comments.rb
Switch to using the zeitwork autoloader
[rails.git] / db / migrate / 20140115192822_add_text_index_to_note_comments.rb
index dc17d386e87f76c38065af48e78e87eb8bd349e7..1c30450ef6dbbb8c2059b644503ab357efbfe815 100644 (file)
@@ -1,5 +1,3 @@
-require "migrate"
-
 class AddTextIndexToNoteComments < ActiveRecord::Migration[4.2]
   def up
     add_index :note_comments, [], :columns => "to_tsvector('english', body)", :using => "GIN", :name => "index_note_comments_on_body"