]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/20121202155309_remove_author_name_from_note_comment.rb
Use rails 4.2 defaults for older migrations
[rails.git] / db / migrate / 20121202155309_remove_author_name_from_note_comment.rb
index b844d0ca1e3405cc489fbafecf36c70e302a31e0..758df5c372175e9a218fbe7dc91883da50db452d 100644 (file)
@@ -1,4 +1,4 @@
-class RemoveAuthorNameFromNoteComment < ActiveRecord::Migration[5.0]
+class RemoveAuthorNameFromNoteComment < ActiveRecord::Migration[4.2]
   def up
     remove_column :note_comments, :author_name
   end