Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit174f02a

Browse files
committed
remove default
1 parent56373ce commit174f02a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎coderd/database/migrations/000250_built_in_psk_provisioner_keys.up.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ INSERT INTO provisioner_keys (id, created_at, organization_id, name, hashed_secr
33
INSERT INTO provisioner_keys (id, created_at, organization_id, name, hashed_secret, tags)VALUES ('33333333-3333-3333-3333-333333333333'::uuid, NOW(), (SELECT idFROM organizationsWHERE is_default= true),'psk',''::bytea,'{}');
44

55
ALTERTABLE provisioner_daemons ADD COLUMN key_id UUIDREFERENCES provisioner_keys(id)ON DELETE CASCADE DEFAULT'11111111-1111-1111-1111-111111111111'::uuidNOT NULL;
6+
ALTERTABLE provisioner_daemons ALTER COLUMN key_id DROP DEFAULT;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp