fix(handler): allow uint32 offset for migration scenarios (#7103)

(cherry picked from commit 5ce542b959)
This commit is contained in:
Silvan
2023-12-21 11:40:51 +01:00
committed by Livio Spring
parent 48addb2464
commit 4d92869333
4 changed files with 10 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ type SearchQuery struct {
AllowTimeTravel bool
AwaitOpenTransactions bool
Limit uint64
Offset uint16
Offset uint32
Desc bool
InstanceID *Filter