Class: Rpush260Updates

Inherits:
Object
  • Object
show all
Defined in:
lib/generators/templates/rpush_2_6_0_updates.rb

Class Method Summary collapse

Class Method Details

.downObject



6
7
8
# File 'lib/generators/templates/rpush_2_6_0_updates.rb', line 6

def self.down
  remove_column :rpush_notifications, :content_available
end

.upObject



2
3
4
# File 'lib/generators/templates/rpush_2_6_0_updates.rb', line 2

def self.up
  add_column :rpush_notifications, :content_available, :boolean, default: false
end