Sha256: 933798eb64cc3f13ac06aca56d8b360c2d6dcc8a98dac05f78387ddd664755fd
Contents?: true
Size: 155 Bytes
Versions: 36
Compression:
Stored size: 155 Bytes
Contents
class AddDeletedAtToBillingAccount < ActiveRecord::Migration def change add_column :billing_accounts, :deleted_at, :timestamp, index: true end end
Version data entries
36 entries across 36 versions & 1 rubygems