Sha256: d49dd005f7739ad5303180ba53a844ad29c602f23acc4a163dc5978fa6a9763c
Contents?: true
Size: 237 Bytes
Versions: 26
Compression:
Stored size: 237 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
26 entries across 26 versions & 1 rubygems