mirror of
https://github.com/lnbits/lnbits.git
synced 2025-04-23 23:10:42 +02:00
fix: add network
column for migration
This commit is contained in:
parent
48ab496cb4
commit
798b8e5fdf
@ -285,9 +285,10 @@ def migrate_ext(sqlite_db_file, schema, ignore_missing=True):
|
||||
address_no,
|
||||
balance,
|
||||
type,
|
||||
fingerprint
|
||||
fingerprint,
|
||||
network
|
||||
)
|
||||
VALUES (%s, %s, %s, %s, %s, %s, %s, %s);
|
||||
VALUES (%s, %s, %s, %s, %s, %s, %s, %s, %s);
|
||||
"""
|
||||
insert_to_pg(q, res.fetchall())
|
||||
# ADDRESSES
|
||||
|
Loading…
x
Reference in New Issue
Block a user