Sha256: c6a9895da65ab134ca7a9baf0f649a13b85ecd527f1ab91e41f20af639d8faa4
Contents?: true
Size: 240 Bytes
Versions: 2
Compression:
Stored size: 240 Bytes
Contents
class AddFailAfterToRpushNotifications < ActiveRecord::Migration def self.up add_column :rpush_notifications, :fail_after, :timestamp, :null => true end def self.down remove_column :rpush_notifications, :fail_after end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rpush-1.0.0-java | lib/generators/templates/add_fail_after_to_rpush_notifications.rb |
rpush-1.0.0 | lib/generators/templates/add_fail_after_to_rpush_notifications.rb |