Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ace966c

Browse files
committed
Add migrations
1 parent 59692da commit ace966c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ALTER TABLE workspace_agents
2+
DROP COLUMN motd_file;
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
ALTER TABLE workspace_agents
2+
ADD COLUMN motd_file text NOT NULL DEFAULT '';
3+
4+
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.';

0 commit comments

Comments
 (0)