Skip to content

Commit

Permalink
Merge pull request #170 from felipedf/ems_ref_to_physical_rack
Browse files Browse the repository at this point in the history
Add emf_ref column to physical_racks table
  • Loading branch information
Fryguy authored Feb 16, 2018
2 parents 087b253 + 71806ea commit 4677915
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions db/migrate/20180216173931_add_emf_ref_to_physical_rack.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class AddEmfRefToPhysicalRack < ActiveRecord::Migration[5.0]
def change
add_column :physical_racks, :ems_ref, :string
end
end

0 comments on commit 4677915

Please sign in to comment.