[FEATURE]: migrator hooks
enhancement
### Feature hasn't been suggested before.
- [x] I have verified this feature I'm about to request hasn't been suggested before.
### Describe the enhancement you want to request
Add hooks to runtime migrators, like:
- `started`: detected new migration to apply, starting migrating
- `migrated`: one migration succeed
- `done`: all migrations applied
0 条评论