mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
This reverts commit aea3b3b83e
.
This commit is contained in:
@ -70,11 +70,10 @@ INSERT INTO
|
||||
updated_at,
|
||||
"name",
|
||||
readme,
|
||||
job_id,
|
||||
created_by
|
||||
job_id
|
||||
)
|
||||
VALUES
|
||||
($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING *;
|
||||
($1, $2, $3, $4, $5, $6, $7, $8) RETURNING *;
|
||||
|
||||
-- name: UpdateTemplateVersionByID :exec
|
||||
UPDATE
|
||||
|
Reference in New Issue
Block a user