mirror of
https://github.com/mempool/mempool.git
synced 2025-03-03 17:47:01 +01:00
Increment db version to 10 (26ee4204ac
)
This commit is contained in:
parent
fd1514177f
commit
643e5ceb7f
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import logger from '../logger';
|
|||
const sleep = (ms: number) => new Promise(res => setTimeout(res, ms));
|
||||
|
||||
class DatabaseMigration {
|
||||
private static currentVersion = 9;
|
||||
private static currentVersion = 10;
|
||||
private queryTimeout = 120000;
|
||||
private statisticsAddedIndexed = false;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue