minor audit details fixes

This commit is contained in:
Mononaut
2023-06-14 11:28:39 -04:00
parent ae5a0312be
commit 6b93e61b56
3 changed files with 4 additions and 4 deletions

View File

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