mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
5be6c7071e
This will enable displaying a graph that associates agents to running replicas.
3 lines
76 B
SQL
3 lines
76 B
SQL
ALTER TABLE workspace_agents
|
|
ADD COLUMN last_connected_replica_id uuid;
|