Update 024_update_invoices_and_estimates.rb

This commit is contained in:
2017-04-02 07:00:43 -04:00
committed by GitHub
parent b55dd99efd
commit 3be69d5efd

View File

@@ -10,7 +10,7 @@
class UpdateInvoicesAndEstimates < ActiveRecord::Migration class UpdateInvoicesAndEstimates < ActiveRecord::Migration
def change def change
add_reference :invoices, :customer, index: true add_reference :qbo_invoices, :customer, index: true
add_reference :estimates, :customer, index: true add_reference :qbo_estimates, :customer, index: true
end end
end end