mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
feat: add telemetry support for workspace agent subsystem (#7579)
This commit is contained in:
@ -82,7 +82,8 @@ UPDATE
|
||||
workspace_agents
|
||||
SET
|
||||
version = $2,
|
||||
expanded_directory = $3
|
||||
expanded_directory = $3,
|
||||
subsystem = $4
|
||||
WHERE
|
||||
id = $1;
|
||||
|
||||
|
Reference in New Issue
Block a user