diff --git a/db/migrate/019_qbocustomers_to_customers.rb b/db/migrate/019_qbocustomers_to_customers.rb index 29140cd..2f38a9e 100644 --- a/db/migrate/019_qbocustomers_to_customers.rb +++ b/db/migrate/019_qbocustomers_to_customers.rb @@ -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