mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix(coderd/database): add missing columns to tasks with status (#20311)
Updates coder/internal#976
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user