coder/coderd/database/migrations/000009_agent_directory.up.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;