removed unused begin

This commit is contained in:
2026-03-02 22:49:53 -05:00
parent f8b1c72394
commit 0df15693d2

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