Class: Rpush210Updates
- Inherits:
-
ActiveRecord::Migration
- Object
- ActiveRecord::Migration
- Rpush210Updates
- Defined in:
- lib/generators/templates/rpush_2_1_0_updates.rb
Class Method Summary collapse
Class Method Details
.down ⇒ Object
7 8 9 10 |
# File 'lib/generators/templates/rpush_2_1_0_updates.rb', line 7 def self.down remove_column :rpush_notifications, :url_args remove_column :rpush_notifications, :category end |
.up ⇒ Object
2 3 4 5 |
# File 'lib/generators/templates/rpush_2_1_0_updates.rb', line 2 def self.up add_column :rpush_notifications, :url_args, :text, null: true add_column :rpush_notifications, :category, :string, null: true end |