mirror of
https://github.com/coder/coder.git
synced 2026-09-23 05:43:53 +08:00
4 lines
69 B
PL/PgSQL
4 lines
69 B
PL/PgSQL
BEGIN;
|
|
ALTER TABLE workspace_agents DROP COLUMN api_version;
|
|
COMMIT;
|