mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 16:08:55 +02:00
Added a new db field to record when custom high/low limits are set and stop them being overwrote
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ALTER TABLE `sensors` ADD `sensor_custom` ENUM( 'No', 'Yes' ) NOT NULL DEFAULT 'No' AFTER `sensor_alert` ;
|
||||
Reference in New Issue
Block a user