X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e70396d70bff53c19e917d303f5b9d8f2abb7a3b..a1b179fa384d689e6cb78c2b8d863621e7bff152:/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..8dfcce4fb 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[5.0] def up rename_column :users, :image, :image_file_name end