mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
7 lines
94 B
PL/PgSQL
7 lines
94 B
PL/PgSQL
BEGIN;
|
|
|
|
ALTER TABLE ONLY workspace_agents
|
|
DROP COLUMN IF EXISTS expanded_directory;
|
|
|
|
COMMIT;
|