java - Migrating only a subset of Flyway migrations -


how force flyway apply subset of migrations , ignore rest using java?

callbacks handy can't stop migration happening.

you need implement migrationresolver , migrationexecutor in order catch situations.

i must though, sounds precarious solution implement sake of repeatable schema evolution. perhaps elaborate on situation requires this.


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

linux - gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now -

delphi - Disable and change color of node in Treeview -