]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/20150818224516_set_default_gravatar_to_false_for_privacy.rb
Use rails 4.2 defaults for older migrations
[rails.git] / db / migrate / 20150818224516_set_default_gravatar_to_false_for_privacy.rb
index 28f3c828df75b0854d49564c5e51e6262fe6cb06..4d4ef0296fa4d766dbe973ad6f9aa5b3f59349e2 100644 (file)
@@ -1,4 +1,4 @@
-class SetDefaultGravatarToFalseForPrivacy < ActiveRecord::Migration[5.0]
+class SetDefaultGravatarToFalseForPrivacy < ActiveRecord::Migration[4.2]
   def up
     change_column :users, :image_use_gravatar, :boolean, :default => false
   end