mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
5 lines
221 B
MySQL
5 lines
221 B
MySQL
![]() |
DROP INDEX device_id ON bgpPeers;
|
||
|
CREATE INDEX device_id ON bgpPeers (device_id, context_name);
|
||
|
DROP INDEX device_id ON bgpPeers_cbgp;
|
||
|
CREATE INDEX device_id ON bgpPeers_cbgp (device_id, bgpPeerIdentifier, context_name);
|