X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ba5107ebb543a396fc78069c75c431e4d3887ee1..5310c7000c232cd48f48fe473beeca7f4ff02b53:/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 60d0ab23b..b844d0ca1 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 +class RemoveAuthorNameFromNoteComment < ActiveRecord::Migration[5.0] def up remove_column :note_comments, :author_name end