Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2bd8fb commit e82c076Copy full SHA for e82c076
coderd/database/migrations/000038_tailnet.down.sql
@@ -0,0 +1,4 @@
1
+ALTER TABLE workspace_agents
2
+ ADD COLUMN wireguard_node_ipv6 inet NOT NULL DEFAULT '::/128',
3
+ ADD COLUMN wireguard_node_public_key varchar(128) NOT NULL DEFAULT 'nodekey:0000000000000000000000000000000000000000000000000000000000000000',
4
+ ADD COLUMN wireguard_disco_public_key varchar(128) NOT NULL DEFAULT 'discokey:0000000000000000000000000000000000000000000000000000000000000000';
0 commit comments