Skip to content

Commit b01b553

Browse files
committed
spaces
1 parent 2090d2a commit b01b553

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

coderd/database/queries/provisionerkeys.sql

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
-- name: InsertProvisionerKey :one
22
INSERT INTO
3-
provisioner_keys (
4-
id,
3+
provisioner_keys (
4+
id,
55
created_at,
66
organization_id,
7-
name,
8-
hashed_secret,
7+
name,
8+
hashed_secret,
99
tags
10-
)
10+
)
1111
VALUES
12-
($1, $2, $3, lower(@name), $4, $5) RETURNING *;
12+
($1, $2, $3, lower(@name), $4, $5) RETURNING *;
1313

1414
-- name: GetProvisionerKeyByID :one
1515
SELECT

0 commit comments

Comments
 (0)