mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-22 14:22:55 +01:00
stupid
This commit is contained in:
parent
d322e6d4dc
commit
7f8ee461a2
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;")
|
||||
res = sq.execute("SELECT * FROM scrub_links;")
|
||||
q = f"""
|
||||
INSERT INTO scrub.scrub_links (
|
||||
id,
|
||||
|
|
Loading…
Add table
Reference in a new issue