Skip to content

Commit

Permalink
Add PhysicalStorage into PhysicalChassis
Browse files Browse the repository at this point in the history
  • Loading branch information
EsdrasVP committed Jul 13, 2018
1 parent 3bee538 commit 91e5c45
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class AddPhysicalChassisIdToPhysicalStorage < ActiveRecord::Migration[5.0]
def change
add_column :physical_storages, :physical_chassis_id, :bigint
end
end

0 comments on commit 91e5c45

Please sign in to comment.