mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
5 lines
104 B
PL/PgSQL
5 lines
104 B
PL/PgSQL
BEGIN;
|
|
ALTER TABLE workspace_agents DROP COLUMN subsystem;
|
|
DROP TYPE workspace_agent_subsystem;
|
|
COMMIT;
|