Update 019_qbocustomers_to_customers.rb

This commit is contained in:
2016-04-28 12:06:22 -04:00
parent 150e18a2d0
commit d809e90627

View File

@@ -11,5 +11,6 @@
class QboCustomersToCustomers< ActiveRecord::Migration
def change
rename_table :qbo_customers, :customers
rename_column :issues, :qbo_customer_id, :customer_id
end
end