mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
fix sql
This commit is contained in:
parent
42e01613d4
commit
86478c13d2
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ async def insert_highlights(db_conn, highlights, original_ids):
|
|||
omnivore.library_item l
|
||||
INNER JOIN omnivore.user u ON u.id = $2
|
||||
WHERE
|
||||
id = $12
|
||||
l.id = $12
|
||||
ON CONFLICT (id) DO UPDATE SET
|
||||
user_id = EXCLUDED.user_id,
|
||||
quote = EXCLUDED.quote,
|
||||
|
|
|
|||
Loading…
Reference in a new issue