Merge branch 'master' into lineitems

This commit is contained in:
2026-03-05 07:08:30 -05:00
16 changed files with 259 additions and 219 deletions

View File

@@ -11,9 +11,8 @@
class AddTxnDates < ActiveRecord::Migration[5.1]
def change
begin
add_column :qbo_invoices, :txn_date, :date
add_column :qbo_estimates, :txn_date, :date
add_column :qbo_invoices, :txn_date, :date
add_column :qbo_estimates, :txn_date, :date
end
end
end