fix: add network column for migration

This commit is contained in:
Vlad Stan 2022-08-04 12:01:46 +03:00
parent 48ab496cb4
commit 798b8e5fdf

View File

@ -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