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,
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user