mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: allow multiple agent subsystems, add exectrace (#8933)
This commit is contained in:
@@ -83,7 +83,7 @@ UPDATE
|
||||
SET
|
||||
version = $2,
|
||||
expanded_directory = $3,
|
||||
subsystem = $4
|
||||
subsystems = $4
|
||||
WHERE
|
||||
id = $1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user