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