]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/20120123184321_switch_to_paperclip.rb
Merge branch 'wheres_this' of https://github.com/pnorman/openstreetmap-website into...
[rails.git] / db / migrate / 20120123184321_switch_to_paperclip.rb
index f46d61bb5961b86918f48412093373960c36d8fd..8dfcce4fb08cc258d5b5ac37270eba65635e5949 100644 (file)
@@ -1,4 +1,4 @@
-class SwitchToPaperclip < ActiveRecord::Migration
+class SwitchToPaperclip < ActiveRecord::Migration[5.0]
   def up
     rename_column :users, :image, :image_file_name
   end