mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 08:54:23 -05:00
Fixed Project releationships and database migration
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
class UpdateProjects < ActiveRecord::Migration
|
||||
def change
|
||||
add_reference :projects, :customers, index: true
|
||||
add_reference :projects, :vehicles, index: true
|
||||
add_reference :projects, :customer, index: true
|
||||
add_reference :projects, :vehicle, index: true
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user