Class: AddRpush::AddAlertIsJsonToRapnsNotifications

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

Class Method Summary collapse

Class Method Details

.downObject



100
101
102
# File 'lib/generators/templates/add_rpush.rb', line 100

def self.down
  remove_column :rapns_notifications, :alert_is_json
end

.upObject



96
97
98
# File 'lib/generators/templates/add_rpush.rb', line 96

def self.up
  add_column :rapns_notifications, :alert_is_json, :boolean, null: true, default: false
end