mirror of
https://github.com/coder/coder.git
synced 2025-07-18 14:17:22 +00:00
feat(coderd): add workspace timings endpoint (#14648)
This commit is contained in:
@ -156,3 +156,8 @@ SELECT
|
||||
unnest(@action::text[]),
|
||||
unnest(@resource::text[])
|
||||
RETURNING *;
|
||||
|
||||
-- name: GetProvisionerJobTimingsByJobID :many
|
||||
SELECT * FROM provisioner_job_timings
|
||||
WHERE job_id = $1
|
||||
ORDER BY started_at ASC;
|
Reference in New Issue
Block a user