X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b095b59d5e0ee805e49980af80b21bd1acff1345..efa37f6a837bb89b21ea3d29496fdd8135d05487:/db/migrate/20140210003018_add_user_image_content_type.rb diff --git a/db/migrate/20140210003018_add_user_image_content_type.rb b/db/migrate/20140210003018_add_user_image_content_type.rb index d212931fc..4001ae8fb 100644 --- a/db/migrate/20140210003018_add_user_image_content_type.rb +++ b/db/migrate/20140210003018_add_user_image_content_type.rb @@ -1,4 +1,4 @@ -class AddUserImageContentType < ActiveRecord::Migration +class AddUserImageContentType < ActiveRecord::Migration[5.0] def change add_column :users, :image_content_type, :string end