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

Skip to content

Commit 67d262f

Browse files
committed
What goes up must also come down
1 parent a182cdf commit 67d262f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/database/migrations/000072_add_agent_connection_timeout_and_troubleshooting_url.down.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
BEGIN;
22

33
ALTER TABLE workspace_agents
4-
DROP COLUMN connection_timeout;
4+
DROP COLUMN connection_timeout_seconds;
55

66
ALTER TABLE workspace_agents
77
DROP COLUMN troubleshooting_url;

0 commit comments

Comments
 (0)