Notice that during migration in - https://github.com/go-gormigrate/gormigrate/blob/80df09d320cc7eb596b2a7373d8c3d2d27785258/gormigrate.go#L170 the rollback is deferred, which means that in a successful flow it will be called after `commit` - https://github.com/go-gormigrate/gormigrate/blob/80df09d320cc7eb596b2a7373d8c3d2d27785258/gormigrate.go#L207 which causes errors -