mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
5be6c7071e
This will enable displaying a graph that associates agents to running replicas.
3 lines
72 B
SQL
3 lines
72 B
SQL
ALTER TABLE workspace_agents
|
|
DROP COLUMN last_connected_replica_id;
|