Fix typo in query

This commit is contained in:
Nathan Sobo
2022-11-16 16:52:05 -07:00
parent c1291a093b
commit bdb521cb6b
+1 -1
View File
@@ -1567,7 +1567,7 @@ where
scan_id,
is_complete
)
VALUES ${params}
VALUES {params}
ON CONFLICT (project_id, id) DO UPDATE SET root_name = excluded.root_name
"
);