You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, great work with this package so far. What I miss is a way to hook into a chain of migrations/rollbacks and execute some code after each successful migration. This could be used for example to report to current progress of the migrations.
What I have in mind is something like extending the Options struct as follows. The methods would be called after each migration step.
Hey, great work with this package so far. What I miss is a way to hook into a chain of migrations/rollbacks and execute some code after each successful migration. This could be used for example to report to current progress of the migrations.
What I have in mind is something like extending the
Options
struct as follows. The methods would be called after each migration step.If you are happy with that change, I can provide a PR for it.
The text was updated successfully, but these errors were encountered: