mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
feat: expose owner_name
in coder_workspace
resource (#11639)
This commit is contained in:
@ -78,7 +78,8 @@ SET
|
||||
email = $2,
|
||||
username = $3,
|
||||
avatar_url = $4,
|
||||
updated_at = $5
|
||||
updated_at = $5,
|
||||
name = $6
|
||||
WHERE
|
||||
id = $1
|
||||
RETURNING *;
|
||||
|
Reference in New Issue
Block a user