mirror of
https://github.com/coder/coder.git
synced 2026-06-04 21:48:22 +00:00
8701e0084c
This allows users to specify a starting directory for shell sessions.
3 lines
68 B
SQL
3 lines
68 B
SQL
ALTER TABLE ONLY workspace_agents
|
|
DROP COLUMN IF EXISTS directory;
|