Fix kappa's accidental search and replace
This commit is contained in:
parent
9c6a28d9b0
commit
c8e090149a
@ -174,7 +174,7 @@ class DatabaseMigration {
|
|||||||
this.uniqueLog(logger.notice, this.blocksTruncatedMessage);
|
this.uniqueLog(logger.notice, this.blocksTruncatedMessage);
|
||||||
await this.$executeQuery('TRUNCATE blocks;'); // Need to re-index
|
await this.$executeQuery('TRUNCATE blocks;'); // Need to re-index
|
||||||
await this.$executeQuery(`ALTER TABLE blocks
|
await this.$executeQuery(`ALTER TABLE blocks
|
||||||
ADD med_fee INT UNSIGNED NULL,
|
ADD avg_fee INT UNSIGNED NULL,
|
||||||
ADD avg_fee_rate INT UNSIGNED NULL
|
ADD avg_fee_rate INT UNSIGNED NULL
|
||||||
`);
|
`);
|
||||||
await this.$executeQuery('ALTER TABLE blocks MODIFY `reward` BIGINT UNSIGNED NOT NULL DEFAULT "0"');
|
await this.$executeQuery('ALTER TABLE blocks MODIFY `reward` BIGINT UNSIGNED NOT NULL DEFAULT "0"');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user