Sha256: 14c6b738f18eb5ade76682253b76a37b2ed9e69d9c8d7970d4170822b7a77a06

Contents?: true

Size: 179 Bytes

Versions: 2

Compression:

Stored size: 179 Bytes

Contents

class RemoveIsValidFromNotifiableDeviceTokens < ActiveRecord::Migration
  
  def change
    remove_column :notifiable_device_tokens, :is_valid, :boolean, default: true
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
notifiable-rails-0.26.1 db/migrate/20170108221332_remove_is_valid_from_notifiable_device_tokens.rb
notifiable-rails-0.26.0 db/migrate/20170108221332_remove_is_valid_from_notifiable_device_tokens.rb