fix conv typo in scrub schema
This commit is contained in:
parent
556eef35ab
commit
d322e6d4dc
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue