Use rails 4.2 defaults for older migrations
This commit is contained in:
parent
784d4ca03d
commit
b606acba0c
95 changed files with 95 additions and 95 deletions
|
@ -1,4 +1,4 @@
|
|||
class AddImageUseGravatarToUsers < ActiveRecord::Migration[5.0]
|
||||
class AddImageUseGravatarToUsers < ActiveRecord::Migration[4.2]
|
||||
def self.up
|
||||
add_column :users, :image_use_gravatar, :boolean, :null => false, :default => false
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue