mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
option to ignore device status (#15697)
* option to ignore device status * . * . * schema update
This commit is contained in:
@@ -663,6 +663,7 @@ devices:
|
||||
- { Field: port_association_mode, Type: int, 'Null': false, Extra: '', Default: '1' }
|
||||
- { Field: max_depth, Type: int, 'Null': false, Extra: '', Default: '0' }
|
||||
- { Field: disable_notify, Type: tinyint, 'Null': false, Extra: '', Default: '0' }
|
||||
- { Field: ignore_status, Type: tinyint, 'Null': false, Extra: '', Default: '0' }
|
||||
Indexes:
|
||||
PRIMARY: { Name: PRIMARY, Columns: [device_id], Unique: true, Type: BTREE }
|
||||
devices_hostname_sysname_display_index: { Name: devices_hostname_sysname_display_index, Columns: [hostname, sysName, display], Unique: false, Type: BTREE }
|
||||
|
Reference in New Issue
Block a user