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

Version Path
rpush-2.7.0-java lib/generators/templates/add_fail_after_to_rpush_notifications.rb
rpush-2.7.0 lib/generators/templates/add_fail_after_to_rpush_notifications.rb
rpush-2.6.0-java lib/generators/templates/add_fail_after_to_rpush_notifications.rb
rpush-2.6.0 lib/generators/templates/add_fail_after_to_rpush_notifications.rb
rpush-2.5.0 lib/generators/templates/add_fail_after_to_rpush_notifications.rb
rpush-2.4.0-java lib/generators/templates/add_fail_after_to_rpush_notifications.rb
rpush-2.4.0 lib/generators/templates/add_fail_after_to_rpush_notifications.rb
rpush-2.3.2-java lib/generators/templates/add_fail_after_to_rpush_notifications.rb
rpush-2.3.2 lib/generators/templates/add_fail_after_to_rpush_notifications.rb
rpush-2.3.1-java lib/generators/templates/add_fail_after_to_rpush_notifications.rb
rpush-2.3.1 lib/generators/templates/add_fail_after_to_rpush_notifications.rb
rpush-2.3.0-java lib/generators/templates/add_fail_after_to_rpush_notifications.rb
rpush-2.3.0 lib/generators/templates/add_fail_after_to_rpush_notifications.rb
rpush-2.3.0.rc1 lib/generators/templates/add_fail_after_to_rpush_notifications.rb
rpush-2.2.0-java lib/generators/templates/add_fail_after_to_rpush_notifications.rb
rpush-2.2.0 lib/generators/templates/add_fail_after_to_rpush_notifications.rb
rpush-2.1.0-java lib/generators/templates/add_fail_after_to_rpush_notifications.rb
rpush-2.1.0 lib/generators/templates/add_fail_after_to_rpush_notifications.rb
rpush-2.0.1-java lib/generators/templates/add_fail_after_to_rpush_notifications.rb
rpush-2.0.1 lib/generators/templates/add_fail_after_to_rpush_notifications.rb