Skip to content

Commit 964ffcf

Browse files
johnstcnmafredri
andauthored
Update coderd/database/queries/provisionerjobs.sql
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
1 parent c237534 commit 964ffcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/database/queries/provisionerjobs.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ queue_position AS (
6969
id,
7070
ROW_NUMBER() OVER (ORDER BY created_at ASC) AS queue_position
7171
FROM
72-
pending_jobs
72+
pending_jobs
7373
),
7474
queue_size AS (
7575
SELECT COUNT(*) AS count FROM pending_jobs

0 commit comments

Comments
 (0)