mirror of
https://github.com/coder/coder.git
synced 2025-07-10 23:53:15 +00:00
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;
|