Skip to content

Commit 8fef400

Browse files
committed
make gen
1 parent 306e469 commit 8fef400

File tree

4 files changed

+23
-7
lines changed

4 files changed

+23
-7
lines changed

coderd/database/models.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/querier.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.sql.go

Lines changed: 11 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coderd/database/queries/workspaces.sql

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,11 +368,19 @@ WHERE
368368
'0001-01-01 00:00:00+00'::timestamptz, -- deleting_at
369369
'never'::automatic_updates, -- automatic_updates
370370
false, -- favorite
371-
-- Extra columns added to `filtered_workspaces`
371+
'', -- owner_avatar_url
372+
'', -- owner_username
373+
'', -- organization_name
374+
'', -- organization_display_name
375+
'', -- organization_icon
376+
'', -- organization_description
372377
'', -- template_name
378+
'', -- template_display_name
379+
'', -- template_icon
380+
'', -- template_description
381+
-- Extra columns added to `filtered_workspaces`
373382
'00000000-0000-0000-0000-000000000000'::uuid, -- template_version_id
374383
'', -- template_version_name
375-
'', -- username
376384
'0001-01-01 00:00:00+00'::timestamptz, -- latest_build_completed_at,
377385
'0001-01-01 00:00:00+00'::timestamptz, -- latest_build_canceled_at,
378386
'', -- latest_build_error

0 commit comments

Comments
 (0)