Fix typo in query
This commit is contained in:
parent
c1291a093b
commit
bdb521cb6b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
"
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue