mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
fix: prevent db deadlock when workspaces go dormant (#10618)
This commit is contained in:
@@ -488,8 +488,6 @@ SET
|
||||
FROM
|
||||
templates
|
||||
WHERE
|
||||
workspaces.template_id = templates.id
|
||||
AND
|
||||
workspaces.id = $1
|
||||
RETURNING workspaces.*;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user