Class: AddRpush::AddWpns
- Inherits:
-
ActiveRecord::Migration
- Object
- ActiveRecord::Migration
- AddRpush::AddWpns
- Defined in:
- lib/generators/templates/add_rpush.rb
Defined Under Namespace
Modules: Rapns
Class Method Summary collapse
Class Method Details
.down ⇒ Object
246 247 248 249 |
# File 'lib/generators/templates/add_rpush.rb', line 246 def self.down AddWpns::Rapns::Notification.where(type: 'Rapns::Wpns::Notification').delete_all remove_column :rapns_notifications, :uri end |
.up ⇒ Object
242 243 244 |
# File 'lib/generators/templates/add_rpush.rb', line 242 def self.up add_column :rapns_notifications, :uri, :string, null: true end |