Increase db schema version to 56

This commit is contained in:
nymkappa 2023-02-25 16:48:11 +09:00
parent e9bc04a20e
commit 5234f11928

View File

@ -7,7 +7,7 @@ import cpfpRepository from '../repositories/CpfpRepository';
import { RowDataPacket } from 'mysql2';
class DatabaseMigration {
private static currentVersion = 55;
private static currentVersion = 56;
private queryTimeout = 3600_000;
private statisticsAddedIndexed = false;
private uniqueLogs: string[] = [];