Replies: 1 comment 2 replies
-
Currently no public events are emitted when migrations are executed. Maybe, you can do it by creating a custom command. Something as follows. node ace migration:run && node ace migration:notify Next will be to create the {
"scripts": {
"migrate": "node ace migration:run && node ace migration:notify"
}
} And now run it as |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Anyone know how to listen to migration event?
I would like to send email when a migration was ran and include the migration script that was ran.
I tried to add event listener for migration:start, but it catch nothing
Beta Was this translation helpful? Give feedback.
All reactions