X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/7f598ab412674ce5a78da98c54aa2fe2e4a05792..783b5e3729228908d7404ae7404af1023501a906:/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..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 +class RemoveAuthorNameFromNoteComment < ActiveRecord::Migration[4.2] def up remove_column :note_comments, :author_name end