mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
This will enable opening the default `dir` of an agent in the VS Code extension!
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;
|