Fix database migration fail

This commit is contained in:
wiz 2024-03-11 16:03:08 +09:00
parent c5d382c351
commit d83f483898
No known key found for this signature in database
GPG key ID: A394E332255A6173

View file

@ -613,7 +613,7 @@ class DatabaseMigration {
await this.updateToSchemaVersion(72);
}
if (databaseSchemaVersion < 73 && isBitcoin === true) {
if (databaseSchemaVersion < 73 config.MEMPOOL.NETWORK === 'mainnet') {
// Clear bad data
await this.$executeQuery(`TRUNCATE accelerations`);
this.uniqueLog(logger.notice, `'accelerations' table has been truncated`);