mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
fix typo
This commit is contained in:
parent
498790d221
commit
7295b90397
1 changed files with 2 additions and 2 deletions
|
|
@ -19,8 +19,8 @@ def batch_update_library_items(conn):
|
|||
cursor.execute(f"""
|
||||
UPDATE omnivore.library_item
|
||||
SET original_content = NULL
|
||||
WHERE ctid IN (
|
||||
SELECT ctid
|
||||
WHERE id IN (
|
||||
SELECT id
|
||||
FROM omnivore.library_item
|
||||
WHERE original_content IS NOT NULL
|
||||
ORDER BY user_id
|
||||
|
|
|
|||
Loading…
Reference in a new issue