Skip to content

Commit

Permalink
Merge pull request #224 from EsdrasVP/add_storage_to_chassis
Browse files Browse the repository at this point in the history
Enable PhysicalStorage inside PhysicalChassis
  • Loading branch information
Fryguy committed Jul 17, 2018
2 parents 3bee538 + 91e5c45 commit 176add9
Showing 1 changed file with 5 additions and 0 deletions.
@@ -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 176add9

Please sign in to comment.