]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/20140210003018_add_user_image_content_type.rb
Add rails version number to migrations
[rails.git] / db / migrate / 20140210003018_add_user_image_content_type.rb
index d212931fc053bba1280ce661b0a69a1430a2d827..4001ae8fbe48f04f4b13882475f5db9492038a50 100644 (file)
@@ -1,4 +1,4 @@
-class AddUserImageContentType < ActiveRecord::Migration
+class AddUserImageContentType < ActiveRecord::Migration[5.0]
   def change
     add_column :users, :image_content_type, :string
   end
   def change
     add_column :users, :image_content_type, :string
   end