Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no transactional migrations support #924

Open
user3160 opened this issue Oct 25, 2023 · 0 comments
Open

no transactional migrations support #924

user3160 opened this issue Oct 25, 2023 · 0 comments

Comments

@user3160
Copy link

It seems there is no transactional migrations support like we had in go-pg with MustRegisterTx().

Even if I create my own transaction inside migration, when it gets rolled back, the metadata in DB table bun_migrations is still stored as if the migration was sucessfull.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant