mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
d6b9806098
Implements the processing logic as set out in the OOM/OOD RFC.
12 lines
299 B
SQL
12 lines
299 B
SQL
ALTER TABLE workspace_agent_volume_resource_monitors
|
|
DROP COLUMN updated_at,
|
|
DROP COLUMN state,
|
|
DROP COLUMN debounced_until;
|
|
|
|
ALTER TABLE workspace_agent_memory_resource_monitors
|
|
DROP COLUMN updated_at,
|
|
DROP COLUMN state,
|
|
DROP COLUMN debounced_until;
|
|
|
|
DROP TYPE workspace_agent_monitor_state;
|