[migration] reset mining pool sha to force refreshing
This commit is contained in:
parent
b74fbee069
commit
abdb27af3f
@ -655,6 +655,7 @@ class DatabaseMigration {
|
|||||||
|
|
||||||
await this.$executeQuery('TRUNCATE hashrates');
|
await this.$executeQuery('TRUNCATE hashrates');
|
||||||
await this.$executeQuery('TRUNCATE difficulty_adjustments');
|
await this.$executeQuery('TRUNCATE difficulty_adjustments');
|
||||||
|
await this.$executeQuery(`UPDATE state SET string = NULL WHERE name = 'pools_json_sha'`);
|
||||||
|
|
||||||
await this.updateToSchemaVersion(75);
|
await this.updateToSchemaVersion(75);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user