option to ignore device status (#15697)

* option to ignore device status

* .

* .

* schema update
This commit is contained in:
SourceDoctor
2024-01-31 20:18:34 +01:00
committed by GitHub
parent 4277c3387a
commit 11246ca8e1
5 changed files with 51 additions and 1 deletions

View File

@@ -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 }