]> 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 49f94c9de31910c982ed330c590d6927912dd02c..4d4ef0296fa4d766dbe973ad6f9aa5b3f59349e2 100644 (file)
@@ -1,4 +1,4 @@
-class SetDefaultGravatarToFalseForPrivacy < ActiveRecord::Migration
+class SetDefaultGravatarToFalseForPrivacy < ActiveRecord::Migration[4.2]
   def up
     change_column :users, :image_use_gravatar, :boolean, :default => false
   end