Sha256: 9c8a630fc470d5bb3a53efe966567edddeb065061fba0735ae071464887e5d11
Contents?: true
Size: 224 Bytes
Versions: 36
Compression:
Stored size: 224 Bytes
Contents
class AddAutofinAndFinalizedAtToBillingAccount < ActiveRecord::Migration def change add_column :billing_accounts, :autofin, :boolean, default: true add_column :billing_accounts, :finalized_at, :timestamp end end
Version data entries
36 entries across 36 versions & 1 rubygems