mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat: Add support for MOTD file in coder agents (#5147)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE workspace_agents
|
||||
DROP COLUMN motd_file;
|
||||
@@ -0,0 +1,4 @@
|
||||
ALTER TABLE workspace_agents
|
||||
ADD COLUMN motd_file text NOT NULL DEFAULT '';
|
||||
|
||||
COMMENT ON COLUMN workspace_agents.motd_file IS 'Path to file inside workspace containing the message of the day (MOTD) to show to the user when logging in via SSH.';
|
||||
Reference in New Issue
Block a user