mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
a231b5aef5
Fixes #12780 Adds indexes to the `tailnet_tunnels` table to speed up `GetTailnetTunnelPeerIDs` and `GetTailnetTunnelPeerBindings` queries, which match on `src_id` and `dst_id`.
3 lines
78 B
SQL
3 lines
78 B
SQL
DROP INDEX idx_tailnet_tunnels_src_id;
|
|
DROP INDEX idx_tailnet_tunnels_dst_id;
|