Class: AddRpush::AddAlertIsJsonToRapnsNotifications
- Inherits:
-
Object
- Object
- AddRpush::AddAlertIsJsonToRapnsNotifications
- Defined in:
- lib/generators/templates/add_rpush.rb
Class Method Summary collapse
Class Method Details
.down ⇒ Object
100 101 102 |
# File 'lib/generators/templates/add_rpush.rb', line 100 def self.down remove_column :rapns_notifications, :alert_is_json end |
.up ⇒ Object
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 |