Skip to content

Commit

Permalink
Merge pull request #14277 from skovic/add-loc-led-state-to-physical-s…
Browse files Browse the repository at this point in the history
…ervers-table

Add the location LED state to the physical_servers table
  • Loading branch information
blomquisg authored Apr 4, 2017
2 parents 77ebf93 + 2ed571c commit 64e64b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class AddLocLedStateToPhysicalServers < ActiveRecord::Migration[5.0]
def change
add_column :physical_servers, :location_led_state, :string
end
end
1 change: 1 addition & 0 deletions db/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6153,6 +6153,7 @@ physical_servers:
- model
- serial_number
- field_replaceable_unit
- location_led_state
- raw_power_state
- vendor
pictures:
Expand Down

0 comments on commit 64e64b8

Please sign in to comment.