Skip to content

Commit 0d2c132

Browse files
committed
remove unnecessary columns from CTE
1 parent 34be657 commit 0d2c132

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

coderd/database/queries.sql.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coderd/database/queries/workspaceagents.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ WITH
202202
),
203203
old_agents AS (
204204
SELECT
205-
wa.id, wa.last_connected_at, wb.build_number, wb.workspace_id
205+
wa.id
206206
FROM
207207
workspace_agents AS wa
208208
JOIN

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy