diff --git a/db/migrate/032_add_txn_dates.rb b/db/migrate/032_add_txn_dates.rb index c084a39..205f60a 100644 --- a/db/migrate/032_add_txn_dates.rb +++ b/db/migrate/032_add_txn_dates.rb @@ -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 \ No newline at end of file