mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +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;
|