Sha256: 104b540c0d7139d8ccc60f76f946af1ef50fa2fbb3fc84b33df8d691d1c0f193
Contents?: true
Size: 249 Bytes
Versions: 4
Compression:
Stored size: 249 Bytes
Contents
class AddCalculateBalanceStrategyToBillingAccount < ActiveRecord::Migration def change add_column :billing_accounts, :calculate_balance_strategy_type_id, :integer add_index :billing_accounts, :calculate_balance_strategy_type_id end end
Version data entries
4 entries across 4 versions & 1 rubygems