mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
feat: add template version creator (#2991)
This commit is contained in:
@ -70,10 +70,11 @@ INSERT INTO
|
||||
updated_at,
|
||||
"name",
|
||||
readme,
|
||||
job_id
|
||||
job_id,
|
||||
created_by
|
||||
)
|
||||
VALUES
|
||||
($1, $2, $3, $4, $5, $6, $7, $8) RETURNING *;
|
||||
($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING *;
|
||||
|
||||
-- name: UpdateTemplateVersionByID :exec
|
||||
UPDATE
|
||||
|
Reference in New Issue
Block a user