mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:27:42 +00:00
fix(handler): allow uint32 offset for migration scenarios (#7103)
This commit is contained in:
@@ -17,7 +17,7 @@ type SearchQuery struct {
|
||||
AllowTimeTravel bool
|
||||
AwaitOpenTransactions bool
|
||||
Limit uint64
|
||||
Offset uint16
|
||||
Offset uint32
|
||||
Desc bool
|
||||
|
||||
InstanceID *Filter
|
||||
|
Reference in New Issue
Block a user