mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
feat: Associate connected workspace agents with replicas (#4914)
This will enable displaying a graph that associates agents to running replicas.
This commit is contained in:
@ -64,8 +64,9 @@ UPDATE
|
||||
SET
|
||||
first_connected_at = $2,
|
||||
last_connected_at = $3,
|
||||
disconnected_at = $4,
|
||||
updated_at = $5
|
||||
last_connected_replica_id = $4,
|
||||
disconnected_at = $5,
|
||||
updated_at = $6
|
||||
WHERE
|
||||
id = $1;
|
||||
|
||||
|
Reference in New Issue
Block a user