def self.up
    add_column :rpush_apps, :apn_key, :string, null: true
    add_column :rpush_apps, :apn_key_id, :string, null: true
    add_column :rpush_apps, :team_id, :string, null: true
    add_column :rpush_apps, :bundle_id, :string, null: true