Sha256: 3faaf68c89c491ab88c8dd46ac92b14b5986c812285929acf20aa0fad24ee1dc
Contents?: true
Size: 220 Bytes
Versions: 16
Compression:
Stored size: 220 Bytes
Contents
class AddInvoiceId < ActiveRecord::Migration def change # used to track an atomically increasing invoice id for an account (used in payments) add_column :core_accounts, :invoice_id_counter, :integer end end
Version data entries
16 entries across 16 versions & 1 rubygems