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

Commitf663689

Browse files
committed
address PR comments
1 parent5c79402 commitf663689

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎coderd/database/dump.sql‎

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

‎coderd/database/migrations/000391_tasks_with_status_user_fields.up.sql‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ AS
3838
task_owner.*
3939
FROM
4040
tasks
41-
LEFT JOIN LATERAL (
41+
CROSS JOIN LATERAL (
4242
SELECT
4343
vu.usernameAS owner_username,
4444
vu.nameAS owner_name,
4545
vu.avatar_urlAS owner_avatar_url
4646
FROM visible_users vu
4747
WHEREvu.id=tasks.owner_id
48-
) task_ownerON TRUE
48+
) task_owner
4949
LEFT JOIN LATERAL (
5050
SELECT workspace_build_number, workspace_agent_id, workspace_app_id
5151
FROM task_workspace_apps task_app

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp