Increment db version to 10 (26ee4204ac)

This commit is contained in:
nymkappa 2022-03-09 18:51:27 +01:00
parent fd1514177f
commit 643e5ceb7f
No known key found for this signature in database
GPG key ID: E155910B16E8BD04

View file

@ -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;