mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 05:15:00 +00:00
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…
Reference in a new issue