class Rpush330Updates

Public Class Methods

down() click to toggle source
# File lib/generators/templates/rpush_3_3_0_updates.rb, line 6
def self.down
  remove_column :rpush_notifications, :thread_id
end
up() click to toggle source
# File lib/generators/templates/rpush_3_3_0_updates.rb, line 2
def self.up
  add_column :rpush_notifications, :thread_id, :string, null: true
end