Skip to content

Commit b16b9b2

Browse files
Update coderd/database/queries/templateversions.sql
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
1 parent 6c7c8b9 commit b16b9b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/database/queries/templateversions.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ FROM
119119
WHERE
120120
created_at < (
121121
SELECT created_at
122-
FROM template_versions as tv
122+
FROM template_versions AS tv
123123
WHERE tv.organization_id = $1 AND tv.name = $2 AND tv.template_id = $3
124124
)
125125
ORDER BY created_at DESC

0 commit comments

Comments
 (0)