mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-06 02:38:11 +01:00
Use special Firo release: 0.14.13.0-firod-only, new env var: SKIP_GPG_VALIDATION
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user