mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-22 22:25:47 +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())
|
insert_to_pg(q, res.fetchall())
|
||||||
elif schema == "scrub":
|
elif schema == "scrub":
|
||||||
# SCRUB LINKS
|
# SCRUB LINKS
|
||||||
res = sq.execute("SELECT * FROM scrub;")
|
res = sq.execute("SELECT * FROM scrub_links;")
|
||||||
q = f"""
|
q = f"""
|
||||||
INSERT INTO scrub.scrub_links (
|
INSERT INTO scrub.scrub_links (
|
||||||
id,
|
id,
|
||||||
|
|
Loading…
Add table
Reference in a new issue