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.
I would like to have Hook (Listener) on pre-migration and post-migration.
It can be used to stop and start replication, move db role or do some other stuff
The text was updated successfully, but these errors were encountered:
…ost hooks on the db migrate task. This is an effort to address issue 651 located here:
flyway#651
This task could be updated to include a context that gets passed from listener to listener if there is a need for that. This would allow listeners to communicate with each other.
Hello,
I would like to have Hook (Listener) on pre-migration and post-migration.
It can be used to stop and start replication, move db role or do some other stuff
The text was updated successfully, but these errors were encountered: