Skip to content

Commit 568df19

Browse files
committed
remove escaped quotes from \"name\"
1 parent 9325421 commit 568df19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/src/pool/postgres.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2039,7 +2039,7 @@ where
20392039
), artifacts AS (
20402040
SELECT
20412041
artifact.id,
2042-
\"name\"
2042+
name
20432043
FROM
20442044
artifact
20452045
LEFT JOIN completed ON artifact.name = completed.tag

0 commit comments

Comments
 (0)