]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/20140115192822_add_text_index_to_note_comments.rb
Add rails version number to migrations
[rails.git] / db / migrate / 20140115192822_add_text_index_to_note_comments.rb
index e0d22306085ef318639df59e1499e85342ca20e6..cc973698849bce22452c2f69ca84ca561b7d3472 100644 (file)
@@ -1,6 +1,6 @@
-require 'migrate'
+require "migrate"
 
-class AddTextIndexToNoteComments < ActiveRecord::Migration
+class AddTextIndexToNoteComments < ActiveRecord::Migration[5.0]
   def up
     add_index :note_comments, [], :columns => "to_tsvector('english', body)", :using => "GIN", :name => "index_note_comments_on_body"
   end