mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 08:54:23 -05:00
Update 024_update_invoices_and_estimates.rb
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user