Add missing db schema incrementation
This commit is contained in:
parent
3f95d094a3
commit
2d03332333
@ -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