mirror of
https://github.com/coder/coder.git
synced 2026-06-03 21:18:24 +00:00
8701e0084c
This allows users to specify a starting directory for shell sessions.
4 lines
156 B
SQL
4 lines
156 B
SQL
ALTER TABLE ONLY workspace_agents
|
|
-- UNIX paths are a maximum length of 4096.
|
|
ADD COLUMN IF NOT EXISTS directory varchar(4096) DEFAULT '' NOT NULL;
|