Skip to content

Commit 6c6aa55

Browse files
committed
insert workspace build
1 parent acf7d86 commit 6c6aa55

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

coderd/database/queries/workspacebuilds.sql

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,11 @@ INSERT INTO
121121
deadline,
122122
max_deadline,
123123
reason,
124-
template_version_preset_id
124+
template_version_preset_id,
125+
has_ai_task
125126
)
126127
VALUES
127-
($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14);
128+
($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15);
128129

129130
-- name: UpdateWorkspaceBuildCostByID :exec
130131
UPDATE

0 commit comments

Comments
 (0)