Sha256: c1a0cbe1c72424b68dc0e03c6119bcfef1bf6c2caee18cd0421b2cdd150dc1f7
Contents?: true
Size: 318 Bytes
Versions: 2
Compression:
Stored size: 318 Bytes
Contents
class Rpush270Updates < ActiveRecord::Migration def self.up change_column :rpush_notifications, :alert, :text add_column :rpush_notifications, :notification, :text end def self.down change_column :rpush_notifications, :alert, :string remove_column :rpush_notifications, :notification end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rpush-2.7.0-java | lib/generators/templates/rpush_2_7_0_updates.rb |
rpush-2.7.0 | lib/generators/templates/rpush_2_7_0_updates.rb |