X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/effb1b7f4170bb7244c4dfffcbe6134fe00e2bc4..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 8dfcce4fb..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[5.0] +class SwitchToPaperclip < ActiveRecord::Migration[4.2] def up rename_column :users, :image, :image_file_name end