Skip to content

Commit

Permalink
Change loc_led_state to location_led_state
Browse files Browse the repository at this point in the history
  • Loading branch information
skovic committed Mar 15, 2017
1 parent ea22a99 commit 2ed571c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class AddLocLedStateToPhysicalServers < ActiveRecord::Migration[5.0]
def change
add_column :physical_servers, :loc_led_state, :string
add_column :physical_servers, :location_led_state, :string
end
end
2 changes: 1 addition & 1 deletion db/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6153,7 +6153,7 @@ physical_servers:
- model
- serial_number
- field_replaceable_unit
- loc_led_state
- location_led_state
- raw_power_state
pictures:
- id
Expand Down

0 comments on commit 2ed571c

Please sign in to comment.