]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/20140210003018_add_user_image_content_type.rb
Update to rails 6.0.3.7
[rails.git] / db / migrate / 20140210003018_add_user_image_content_type.rb
index d212931fc053bba1280ce661b0a69a1430a2d827..cfad48d96a1508cc2ef9e4e566771f3749ee76ee 100644 (file)
@@ -1,4 +1,4 @@
-class AddUserImageContentType < ActiveRecord::Migration
+class AddUserImageContentType < ActiveRecord::Migration[4.2]
   def change
     add_column :users, :image_content_type, :string
   end