Added a new db field to record when custom high/low limits are set and stop them being overwrote

This commit is contained in:
laf
2015-05-12 10:10:03 +01:00
parent f26b72e9eb
commit a586eb21d0
3 changed files with 6 additions and 5 deletions
+1
View File
@@ -0,0 +1 @@
ALTER TABLE `sensors` ADD `sensor_custom` ENUM( 'No', 'Yes' ) NOT NULL DEFAULT 'No' AFTER `sensor_alert` ;