mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
feat: unified tracing between coderd<->provisionerd (#7370)
This commit is contained in:
@ -63,10 +63,11 @@ INSERT INTO
|
||||
file_id,
|
||||
"type",
|
||||
"input",
|
||||
tags
|
||||
tags,
|
||||
trace_metadata
|
||||
)
|
||||
VALUES
|
||||
($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING *;
|
||||
($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) RETURNING *;
|
||||
|
||||
-- name: UpdateProvisionerJobByID :exec
|
||||
UPDATE
|
||||
|
Reference in New Issue
Block a user