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