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