From d322e6d4dc1ecf5a7325b65aa870439c963e09a0 Mon Sep 17 00:00:00 2001 From: Tiago vasconcelos Date: Thu, 28 Jul 2022 10:24:50 +0100 Subject: [PATCH] fix conv typo in scrub schema --- tools/conv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/conv.py b/tools/conv.py index 00d11f073..793f1921a 100644 --- a/tools/conv.py +++ b/tools/conv.py @@ -704,7 +704,7 @@ def migrate_ext(sqlite_db_file, schema, ignore_missing=True): insert_to_pg(q, res.fetchall()) elif schema == "scrub": # SCRUB LINKS - res = sq.execute("SELECT * FROM scrub.scrub_links;") + res = sq.execute("SELECT * FROM scrub;") q = f""" INSERT INTO scrub.scrub_links ( id,