mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
feat: add SQL queries for v2 PG Coordinator (#10572)
re #10528 Adds SQL queries to support Tailnet v2 API in the PG Coordinator
This commit is contained in:
@@ -243,7 +243,7 @@ WHERE
|
||||
-- workspaces since they are considered soft-deleted.
|
||||
AND CASE
|
||||
WHEN @is_dormant :: text != '' THEN
|
||||
dormant_at IS NOT NULL
|
||||
dormant_at IS NOT NULL
|
||||
ELSE
|
||||
dormant_at IS NULL
|
||||
END
|
||||
|
||||
Reference in New Issue
Block a user