mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
feat: add support for template version messages in api and cli (#8336)
This commit is contained in:
committed by
GitHub
parent
b4a7fe3221
commit
75f62dc39d
@ -77,12 +77,13 @@ INSERT INTO
|
||||
created_at,
|
||||
updated_at,
|
||||
"name",
|
||||
message,
|
||||
readme,
|
||||
job_id,
|
||||
created_by
|
||||
)
|
||||
VALUES
|
||||
($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING *;
|
||||
($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING *;
|
||||
|
||||
-- name: UpdateTemplateVersionByID :one
|
||||
UPDATE
|
||||
|
Reference in New Issue
Block a user