Class: AddFailAfterToRpushNotifications
- Inherits:
-
Object
- Object
- AddFailAfterToRpushNotifications
- Defined in:
- lib/generators/templates/add_fail_after_to_rpush_notifications.rb
Class Method Summary collapse
Class Method Details
.down ⇒ Object
6 7 8 |
# File 'lib/generators/templates/add_fail_after_to_rpush_notifications.rb', line 6 def self.down remove_column :rpush_notifications, :fail_after end |
.up ⇒ Object
2 3 4 |
# File 'lib/generators/templates/add_fail_after_to_rpush_notifications.rb', line 2 def self.up add_column :rpush_notifications, :fail_after, :timestamp, null: true end |