X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/15b104f4ff4614aa78c01180b6a9b89dd5a1400f..d516ba53357e8673ca35979de4a4ffc4ab142e00:/db/migrate/20121202155309_remove_author_name_from_note_comment.rb?ds=sidebyside 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