projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add rails version number to migrations
[rails.git]
/
db
/
migrate
/
20150818224516_set_default_gravatar_to_false_for_privacy.rb
diff --git
a/db/migrate/20150818224516_set_default_gravatar_to_false_for_privacy.rb
b/db/migrate/20150818224516_set_default_gravatar_to_false_for_privacy.rb
index 49f94c9de31910c982ed330c590d6927912dd02c..28f3c828df75b0854d49564c5e51e6262fe6cb06 100644
(file)
--- a/
db/migrate/20150818224516_set_default_gravatar_to_false_for_privacy.rb
+++ b/
db/migrate/20150818224516_set_default_gravatar_to_false_for_privacy.rb
@@
-1,4
+1,4
@@
-class SetDefaultGravatarToFalseForPrivacy < ActiveRecord::Migration
+class SetDefaultGravatarToFalseForPrivacy < ActiveRecord::Migration
[5.0]
def up
change_column :users, :image_use_gravatar, :boolean, :default => false
end