mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
feature: Application auto discovery (#6143)
This commit is contained in:
committed by
Neil Lathwood
parent
4e40314a3a
commit
e7057ecea5
3
sql-schema/181.sql
Normal file
3
sql-schema/181.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE `applications` CHANGE `app_state_prev` `app_state_prev` VARCHAR(32) NULL;
|
||||
ALTER TABLE `applications` ADD `discovered` TINYINT NOT NULL DEFAULT '0' AFTER `app_state`;
|
||||
ALTER IGNORE TABLE `applications` ADD UNIQUE `unique_index`(`device_id`, `app_type`);
|
Reference in New Issue
Block a user