From 2ed571c390558f881cf5157655cd25d309fc0d13 Mon Sep 17 00:00:00 2001 From: skovic Date: Wed, 15 Mar 2017 13:39:29 -0400 Subject: [PATCH] Change loc_led_state to location_led_state --- .../20170309150930_add_loc_led_state_to_physical_servers.rb | 2 +- db/schema.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/db/migrate/20170309150930_add_loc_led_state_to_physical_servers.rb b/db/migrate/20170309150930_add_loc_led_state_to_physical_servers.rb index bb0be6eab80..826c4c0e148 100644 --- a/db/migrate/20170309150930_add_loc_led_state_to_physical_servers.rb +++ b/db/migrate/20170309150930_add_loc_led_state_to_physical_servers.rb @@ -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 diff --git a/db/schema.yml b/db/schema.yml index 97e75adf6c5..6add032af52 100644 --- a/db/schema.yml +++ b/db/schema.yml @@ -6153,7 +6153,7 @@ physical_servers: - model - serial_number - field_replaceable_unit -- loc_led_state +- location_led_state - raw_power_state pictures: - id