X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/38640e0253e8984974d275f2c232eb057ba86c84..8d76be71bbb8a799cbf0627dee170f26ade5a11f:/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 4001ae8fb..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[5.0] +class AddUserImageContentType < ActiveRecord::Migration[4.2] def change add_column :users, :image_content_type, :string end