Remove mining db stats - replaced by runtime state variable

This commit is contained in:
nymkappa 2023-02-25 11:28:44 +09:00
parent aef26097ec
commit 2e74d7fa4a
No known key found for this signature in database
GPG Key ID: E155910B16E8BD04

View File

@ -1037,7 +1037,7 @@ class DatabaseMigration {
await this.$executeQuery('DELETE FROM `pools`');
await this.$executeQuery('ALTER TABLE pools AUTO_INCREMENT = 1');
await this.$executeQuery(`UPDATE state SET string = NULL WHERE name = 'pools_json_sha'`);
}
}
private async $convertCompactCpfpTables(): Promise<void> {
try {