coder/coderd/database/migrations/000167_workspace_agent_api_...

4 lines
69 B
PL/PgSQL

BEGIN;
ALTER TABLE workspace_agents DROP COLUMN api_version;
COMMIT;