]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/20121202155309_remove_author_name_from_note_comment.rb
Add rails version number to migrations
[rails.git] / db / migrate / 20121202155309_remove_author_name_from_note_comment.rb
index 60d0ab23bd08450c3969fe01c5f8c54f998da8a4..b844d0ca1e3405cc489fbafecf36c70e302a31e0 100644 (file)
@@ -1,4 +1,4 @@
-class RemoveAuthorNameFromNoteComment < ActiveRecord::Migration
+class RemoveAuthorNameFromNoteComment < ActiveRecord::Migration[5.0]
   def up
     remove_column :note_comments, :author_name
   end
   def up
     remove_column :note_comments, :author_name
   end