X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e660e609661edadc1ed5ad49d6e83e936b2f91cd..f1905095ed55b2f89021849d4355d7c23d0b8c6b:/db/migrate/20120123184321_switch_to_paperclip.rb diff --git a/db/migrate/20120123184321_switch_to_paperclip.rb b/db/migrate/20120123184321_switch_to_paperclip.rb index f46d61bb5..d5d8908c1 100644 --- a/db/migrate/20120123184321_switch_to_paperclip.rb +++ b/db/migrate/20120123184321_switch_to_paperclip.rb @@ -1,4 +1,4 @@ -class SwitchToPaperclip < ActiveRecord::Migration +class SwitchToPaperclip < ActiveRecord::Migration[4.2] def up rename_column :users, :image, :image_file_name end