Increment db version to 10 (26ee4204ac68ee718338db0adb4789cce2976112)
This commit is contained in:
parent
fd1514177f
commit
643e5ceb7f
@ -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…
x
Reference in New Issue
Block a user