Class: Rpush270Updates
- Inherits:
-
Object
- Object
- Rpush270Updates
- Defined in:
- lib/generators/templates/rpush_2_7_0_updates.rb
Class Method Summary collapse
Class Method Details
.down ⇒ Object
7 8 9 10 |
# File 'lib/generators/templates/rpush_2_7_0_updates.rb', line 7 def self.down change_column :rpush_notifications, :alert, :string remove_column :rpush_notifications, :notification end |
.up ⇒ Object
2 3 4 5 |
# File 'lib/generators/templates/rpush_2_7_0_updates.rb', line 2 def self.up change_column :rpush_notifications, :alert, :text add_column :rpush_notifications, :notification, :text end |