1
0
mirror of https://github.com/beestat/app.git synced 2026-05-30 10:55:17 -04:00

Refactored inconsistent naming of heat_auxiliary to auxiliary_heat

This commit is contained in:
Jon Ziebell
2021-03-01 22:38:52 -05:00
parent 159670e08c
commit b3d4b11037
3 changed files with 10 additions and 36 deletions
+2 -2
View File
@@ -636,8 +636,8 @@ CREATE TABLE `thermostat` (
`program` json DEFAULT NULL,
`system_type_heat` enum('geothermal','compressor','boiler','gas','oil','electric','none') DEFAULT NULL,
`system_type_heat_stages` int unsigned DEFAULT NULL,
`system_type_heat_auxiliary` enum('electric','gas','oil','none') DEFAULT NULL,
`system_type_heat_auxiliary_stages` int unsigned DEFAULT NULL,
`system_type_auxiliary_heat` enum('electric','gas','oil','none') DEFAULT NULL,
`system_type_auxiliary_heat_stages` int unsigned DEFAULT NULL,
`system_type_cool` enum('geothermal','compressor','none') DEFAULT NULL,
`system_type_cool_stages` int unsigned DEFAULT NULL,
`property_age` int unsigned DEFAULT NULL,