mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
feat: support custom order of agent metadata (#12066)
This commit is contained in:
@ -103,10 +103,11 @@ INSERT INTO
|
||||
key,
|
||||
script,
|
||||
timeout,
|
||||
interval
|
||||
interval,
|
||||
display_order
|
||||
)
|
||||
VALUES
|
||||
($1, $2, $3, $4, $5, $6);
|
||||
($1, $2, $3, $4, $5, $6, $7);
|
||||
|
||||
-- name: UpdateWorkspaceAgentMetadata :exec
|
||||
WITH metadata AS (
|
||||
|
Reference in New Issue
Block a user