mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
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;
|