X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/15b104f4ff4614aa78c01180b6a9b89dd5a1400f..d5fe598a18eb04b10f4ac29f22a1bccb79185ad4:/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