mirror of
https://github.com/coder/coder.git
synced 2025-07-18 14:17:22 +00:00
feat(coderd): store workspace proxy version in the database (#10790)
Stores workspace proxy version in database upon registration.
This commit is contained in:
@ -25,6 +25,7 @@ SET
|
||||
wildcard_hostname = @wildcard_hostname :: text,
|
||||
derp_enabled = @derp_enabled :: boolean,
|
||||
derp_only = @derp_only :: boolean,
|
||||
version = @version :: text,
|
||||
updated_at = Now()
|
||||
WHERE
|
||||
id = @id
|
||||
|
Reference in New Issue
Block a user