mirror of
https://github.com/coder/coder.git
synced 2026-06-03 21:18:24 +00:00
691495d761
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;
|