Skip to content

Commit d533a16

Browse files
committed
undo insert templates query change
1 parent 72ea751 commit d533a16

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

coderd/database/queries/templates.sql

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,10 @@ INSERT INTO
6868
max_ttl,
6969
min_autostart_interval,
7070
created_by,
71-
icon,
72-
user_acl
71+
icon
7372
)
7473
VALUES
75-
($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13) RETURNING *;
74+
($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) RETURNING *;
7675

7776
-- name: UpdateTemplateActiveVersionByID :exec
7877
UPDATE

0 commit comments

Comments
 (0)