This repository has been archived by the owner on Jun 12, 2024. It is now read-only.
v3.3.2
fix: Use named return to ensure migration commit err is returned (#116) Use a named return in the `migrate` method so that the error from `err = tx.Commit()` is correctly ghosting the return value and therefore actually returned to the calling method Signed-off-by: Lucas Roesler <[email protected]>