fix: add network column for migration
This commit is contained in:
+3
-2
@@ -285,9 +285,10 @@ def migrate_ext(sqlite_db_file, schema, ignore_missing=True):
|
|||||||
address_no,
|
address_no,
|
||||||
balance,
|
balance,
|
||||||
type,
|
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())
|
insert_to_pg(q, res.fetchall())
|
||||||
# ADDRESSES
|
# ADDRESSES
|
||||||
|
|||||||
Reference in New Issue
Block a user