Fixing database migration conflict.

This commit is contained in:
softsimon 2024-03-10 10:09:18 +07:00
parent 9a730b51d4
commit 6d3c429bf4
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

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