diff --git a/services/horizon/internal/db2/history/main.go b/services/horizon/internal/db2/history/main.go index cf333ed270..02c0edf143 100644 --- a/services/horizon/internal/db2/history/main.go +++ b/services/horizon/internal/db2/history/main.go @@ -972,9 +972,9 @@ type tableObjectFieldPair struct { } type LookupTableReapResult struct { - Offset int64 - RowsDeleted int64 - Duration time.Duration + Offset int64 `json:"offset"` + RowsDeleted int64 `json:"rowsDeleted"` + Duration time.Duration `json:"duration"` } // ReapLookupTables removes rows from lookup tables like history_claimable_balances