Initial Vehicle Delete

This commit is contained in:
2022-03-14 07:22:43 -04:00
parent d91e7892c3
commit b686110145
34 changed files with 13 additions and 643 deletions

View File

@@ -11,6 +11,5 @@
class UpdateProjects < ActiveRecord::Migration[5.1]
def change
add_reference :projects, :customer, index: true
add_reference :projects, :vehicle, index: true
end
end