Files

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

5 lines
221 B
SQL
Raw Permalink Normal View History

2018-02-19 09:08:27 -06:00
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);