mirror of
https://github.com/lnbits/lnbits.git
synced 2025-04-04 01:48:02 +02:00
stupid
This commit is contained in:
parent
d322e6d4dc
commit
7f8ee461a2
@ -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…
x
Reference in New Issue
Block a user