mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 08:54:23 -05:00
Update 019_qbocustomers_to_customers.rb
This commit is contained in:
@@ -12,5 +12,6 @@ class QboCustomersToCustomers< ActiveRecord::Migration
|
||||
def change
|
||||
rename_table :qbo_customers, :customers
|
||||
rename_column :issues, :qbo_customer_id, :customer_id
|
||||
rename_column :vehicles, :qbo_customer_id, :customer_id
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user