feat: Add history middleware parameters (#129)

These will be used for streaming logs, checking status,
and other operations related to workspace and project
history.
This commit is contained in:
Kyle Carberry
2022-02-01 22:10:11 +00:00
committed by GitHub
parent 78e652a268
commit c5f1a3750f
9 changed files with 455 additions and 4 deletions
+3 -2
View File
@@ -552,10 +552,11 @@ INSERT INTO
name,
transition,
initiator,
provision_job_id
provision_job_id,
provisioner_state
)
VALUES
($1, $2, $3, $4, $5, $6, $7, $8, $9, $10) RETURNING *;
($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11) RETURNING *;
-- name: InsertWorkspaceHistoryLogs :many
INSERT INTO