fix(coderd/database): add missing columns to tasks with status (#20311)

Updates coder/internal#976
This commit is contained in:
Mathias Fredriksson
2025-10-15 16:34:33 +00:00
committed by GitHub
parent 408b09a1f2
commit 82945cfb16
15 changed files with 502 additions and 169 deletions
+3
View File
@@ -103,6 +103,9 @@ sql:
- column: "user_links.claims"
go_type:
type: "UserLinkClaims"
# Workaround for sqlc not interpreting the left join correctly.
- column: "tasks_with_status.workspace_build_number"
go_type: "database/sql.NullInt32"
rename:
group_member: GroupMemberTable
group_members_expanded: GroupMember