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:
+2
-2
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user