mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 00:27:31 +00:00
fix(handler): allow uint32 offset for migration scenarios (#7103)
This commit is contained in:
@@ -65,7 +65,7 @@ type Statement struct {
|
||||
CreationDate time.Time
|
||||
InstanceID string
|
||||
|
||||
offset uint16
|
||||
offset uint32
|
||||
|
||||
Execute Exec
|
||||
}
|
||||
|
Reference in New Issue
Block a user