Revert commits abdb27af and 727208ff

This commit is contained in:
natsoni 2024-04-16 10:47:44 +02:00
parent 7f8dc74146
commit 13aa62878e
No known key found for this signature in database
GPG Key ID: C65917583181743B

View File

@ -652,11 +652,6 @@ class DatabaseMigration {
await this.$executeQuery('ALTER TABLE `prices` ADD `THB` float DEFAULT "-1"');
await this.$executeQuery('ALTER TABLE `prices` ADD `TRY` float DEFAULT "-1"');
await this.$executeQuery('ALTER TABLE `prices` ADD `ZAR` float DEFAULT "-1"');
await this.$executeQuery('TRUNCATE hashrates');
await this.$executeQuery('TRUNCATE difficulty_adjustments');
await this.$executeQuery(`UPDATE state SET string = NULL WHERE name = 'pools_json_sha'`);
await this.updateToSchemaVersion(75);
}