fix conv typo in scrub schema

This commit is contained in:
Tiago vasconcelos
2022-07-28 10:24:50 +01:00
parent 556eef35ab
commit d322e6d4dc

View File

@@ -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,