Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdfa069b

Browse files
committed
update join comment
1 parentd152cad commitdfa069b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

‎coderd/database/queries.sql.go

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎coderd/database/queries/insights.sql

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,9 @@ WITH
207207
FROM
208208
template_usage_statsAS tus, jsonb_each(app_usage_mins)AS app_usage
209209
LEFT JOIN LATERAL (
210-
-- Fetch the latest app info for each app based on slug and template.
210+
-- The joins in this query are necessary to associate an app with a
211+
-- template, we use this to get the app metadata like display name
212+
-- and icon.
211213
SELECT
212214
app.display_name,
213215
app.icon,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp