mirror of
https://github.com/coder/coder.git
synced 2026-06-06 06:28:20 +00:00
Cherry-pick of https://github.com/coder/coder/pull/24220
Original PR: #24220 — fix: update directory for terraform-managed
subagents
Merge commit: 3462c31f43
Requested by: @f0ssel
Co-authored-by: Garrett Delfosse <garrett@coder.com>
This commit is contained in:
committed by
GitHub
parent
9626fdacad
commit
eb2b1d3a8b
@@ -190,6 +190,14 @@ SET
|
||||
WHERE
|
||||
id = $1;
|
||||
|
||||
-- name: UpdateWorkspaceAgentDirectoryByID :exec
|
||||
UPDATE
|
||||
workspace_agents
|
||||
SET
|
||||
directory = $2, updated_at = $3
|
||||
WHERE
|
||||
id = $1;
|
||||
|
||||
-- name: GetWorkspaceAgentLogsAfter :many
|
||||
SELECT
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user