mirror of
https://github.com/coder/coder.git
synced 2026-06-06 22:48:19 +00:00
17635dde5c
Includes https://github.com/coder/coder/pull/24613 since it landed prior to the pgcoordinator migration --------- Co-authored-by: Marcin Tojek <mtojek@users.noreply.github.com>
7 lines
399 B
SQL
7 lines
399 B
SQL
DROP TRIGGER IF EXISTS tailnet_notify_peer_change ON tailnet_peers;
|
|
DROP TRIGGER IF EXISTS tailnet_notify_tunnel_change ON tailnet_tunnels;
|
|
DROP TRIGGER IF EXISTS tailnet_notify_coordinator_heartbeat ON tailnet_coordinators;
|
|
DROP FUNCTION IF EXISTS tailnet_notify_peer_change();
|
|
DROP FUNCTION IF EXISTS tailnet_notify_tunnel_change();
|
|
DROP FUNCTION IF EXISTS tailnet_notify_coordinator_heartbeat();
|