Add missing db schema incrementation
This commit is contained in:
parent
656fa6fa16
commit
1000e30b7f
@ -479,6 +479,7 @@ class DatabaseMigration {
|
||||
this.uniqueLog(logger.notice, `'blocks_prices' table has been truncated`);
|
||||
await this.$executeQuery(`TRUNCATE prices`);
|
||||
await this.$executeQuery(`TRUNCATE blocks_prices`);
|
||||
await this.updateToSchemaVersion(54);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user