mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added code to rediscovery links and include device ids
This commit is contained in:
2
sql-schema/044.sql
Normal file
2
sql-schema/044.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `links` ADD `local_device_id` INT NOT NULL AFTER `local_port_id` , ADD `remote_device_id` INT NOT NULL AFTER `remote_hostname` ;
|
||||
ALTER TABLE `links` ADD INDEX ( `local_device_id` , `remote_device_id` ) ;
|
||||
Reference in New Issue
Block a user