Files
librenms-librenms/sql-schema/236.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
221 B
MySQL
Raw Normal View History

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);