Use special Firo release: 0.14.13.0-firod-only, new env var: SKIP_GPG_VALIDATION

This commit is contained in:
tecnovert
2023-11-27 19:01:33 +02:00
parent fd0bf9ed73
commit 3b55d17a26
2 changed files with 24 additions and 14 deletions

View File

@@ -294,6 +294,7 @@ def upgradeDatabase(self, db_version):
PRIMARY KEY (record_id))''')
session.execute('ALTER TABLE offers ADD COLUMN bid_reversed INTEGER')
elif current_version == 21:
db_version += 1
session.execute('ALTER TABLE offers ADD COLUMN proof_utxos BLOB')
session.execute('ALTER TABLE bids ADD COLUMN proof_utxos BLOB')