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

This commit is contained in:
Silvan
2023-12-21 11:40:51 +01:00
committed by GitHub
parent ab2c3f7752
commit 5ce542b959
4 changed files with 10 additions and 9 deletions

View File

@@ -65,7 +65,7 @@ type Statement struct {
CreationDate time.Time
InstanceID string
offset uint16
offset uint32
Execute Exec
}