Fix db version conflicts

This commit is contained in:
natsoni
2024-03-04 20:32:38 +01:00
27 changed files with 1524 additions and 262 deletions

View File

@@ -396,8 +396,11 @@ export interface Acceleration {
}
export interface AccelerationHistoryParams {
timeframe?: string,
status?: string,
pool?: string,
blockHash?: string,
status?: string;
timeframe?: string;
poolUniqueId?: number;
blockHash?: string;
blockHeight?: number;
page?: number;
pageLength?: number;
}