Sha256: 2c60601e16689398932d270e0dc67bcc0bf66fb2d1d4478f6c979ad55cbf9465
Contents?: true
Size: 433 Bytes
Versions: 116
Compression:
Stored size: 433 Bytes
Contents
class AddCommercialDiscountToInvoicesAndQuotations < ActiveRecord::Migration def change add_column :dorsale_billing_machine_quotations, :commercial_discount, :decimal add_column :dorsale_billing_machine_invoices, :commercial_discount, :decimal end def down remove_column :dorsale_billing_machine_quotations, :commercial_discount remove_column :dorsale_billing_machine_invoices, :commercial_discount end end
Version data entries
116 entries across 116 versions & 1 rubygems