mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
As requested for [this issue](https://github.com/coder/internal/issues/245) we need to have a new resource `resources_monitoring` in the agent. It needs to be parsed from the provisioner and inserted into a new db table.
3 lines
126 B
SQL
3 lines
126 B
SQL
DROP TABLE IF EXISTS workspace_agent_memory_resource_monitors;
|
|
DROP TABLE IF EXISTS workspace_agent_volume_resource_monitors;
|