X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b095b59d5e0ee805e49980af80b21bd1acff1345..3bb80bc5229a6bd02c2a9dc60b5af0b39caf3310:/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..cfad48d96 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[4.2] def change add_column :users, :image_content_type, :string end