mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2026-04-02 08:21:57 -04:00
removed unused begin
This commit is contained in:
@@ -11,9 +11,8 @@
|
|||||||
class AddTxnDates < ActiveRecord::Migration[5.1]
|
class AddTxnDates < ActiveRecord::Migration[5.1]
|
||||||
|
|
||||||
def change
|
def change
|
||||||
begin
|
add_column :qbo_invoices, :txn_date, :date
|
||||||
add_column :qbo_invoices, :txn_date, :date
|
add_column :qbo_estimates, :txn_date, :date
|
||||||
add_column :qbo_estimates, :txn_date, :date
|
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
Reference in New Issue
Block a user