Sha256: 922ffc03127acbc596230b7009049058cbc2da3713344e133222214feefbe93e
Contents?: true
Size: 184 Bytes
Versions: 11
Compression:
Stored size: 184 Bytes
Contents
class RemoveIsValidFromNotifiableDeviceTokens < ActiveRecord::Migration[4.2] def change remove_column :notifiable_device_tokens, :is_valid, :boolean, default: true end end
Version data entries
11 entries across 11 versions & 1 rubygems