Method: Rpush331Updates.down

Defined in:
lib/generators/templates/rpush_3_3_1_updates.rb

.downObject



7
8
9
10
# File 'lib/generators/templates/rpush_3_3_1_updates.rb', line 7

def self.down
  change_column :rpush_notifications, :device_token, :string, { null: true, limit: 64 }
  change_column :rpush_feedback, :device_token, :string, { null: true, limit: 64 }
end