X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/15b104f4ff4614aa78c01180b6a9b89dd5a1400f..f99c383318c4f9ea15639f0566f3e42db4e2c8b1:/db/migrate/20121202155309_remove_author_name_from_note_comment.rb diff --git a/db/migrate/20121202155309_remove_author_name_from_note_comment.rb b/db/migrate/20121202155309_remove_author_name_from_note_comment.rb index b844d0ca1..758df5c37 100644 --- a/db/migrate/20121202155309_remove_author_name_from_note_comment.rb +++ b/db/migrate/20121202155309_remove_author_name_from_note_comment.rb @@ -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