Class: AddRpush::AddFailAfterToRpushNotifications
- Inherits:
-
Object
- Object
- AddRpush::AddFailAfterToRpushNotifications
- Defined in:
- lib/generators/templates/add_rpush.rb
Class Method Summary collapse
Class Method Details
.down ⇒ Object
348 349 350 |
# File 'lib/generators/templates/add_rpush.rb', line 348 def self.down remove_column :rpush_notifications, :fail_after end |
.up ⇒ Object
344 345 346 |
# File 'lib/generators/templates/add_rpush.rb', line 344 def self.up add_column :rpush_notifications, :fail_after, :timestamp, null: true end |