forked from LBRYCommunity/lbry-sdk
resync blockchain.db
This commit is contained in:
parent
2717bf7d49
commit
929617273d
1 changed files with 1 additions and 1 deletions
|
@ -574,7 +574,7 @@ def get_and_reserve_spendable_utxos(transaction: sqlite3.Connection, accounts: L
|
|||
|
||||
class Database(SQLiteMixin):
|
||||
|
||||
SCHEMA_VERSION = "1.3"
|
||||
SCHEMA_VERSION = "1.4"
|
||||
|
||||
PRAGMAS = """
|
||||
pragma journal_mode=WAL;
|
||||
|
|
Loading…
Reference in a new issue