mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
chore: add http debug support to pgcoord (#8795)
This commit is contained in:
@ -59,11 +59,20 @@ SELECT *
|
||||
FROM tailnet_agents
|
||||
WHERE id = $1;
|
||||
|
||||
-- name: GetAllTailnetAgents :many
|
||||
SELECT *
|
||||
FROM tailnet_agents;
|
||||
|
||||
-- name: GetTailnetClientsForAgent :many
|
||||
SELECT *
|
||||
FROM tailnet_clients
|
||||
WHERE agent_id = $1;
|
||||
|
||||
-- name: GetAllTailnetClients :many
|
||||
SELECT *
|
||||
FROM tailnet_clients
|
||||
ORDER BY agent_id;
|
||||
|
||||
-- name: UpsertTailnetCoordinator :one
|
||||
INSERT INTO
|
||||
tailnet_coordinators (
|
||||
|
Reference in New Issue
Block a user