Julia Hayward
Julia Hayward
At the moment, repeatable scripts execute at the end of a migration. We've been asked if it is possible to build in support for repeatables that execute _before_ a migration,...
https://stackoverflow.com/questions/69460752/flyway-doesnt-create-schema-after-initial-schemas-creations To reproduce: run a migration on an empty database with `flyway.schemas=foo,bar`. Two schemas are created. Then migrate again with `flyway.schemas=foo,bar,baz`. Schema `baz` is **not** created. This isn't _necessarily_ the...
At the moment, `flyway.schemas=foo,bar,baz` has two effects - the schemas are created when `migrate` is run, and they are emptied/dropped when `clean` is run. There is a single history table...
Can we make `apt-get install flyway` and `yum install flyway` work? At the moment I'm helping someone with building a Docker container and using one of those two would be...
Another feature request for consideration - functionality to squash a number of small scripts into one larger one and make the corresponding updates to the history table.
See #27 This will need some enhancement to our build and release scripts.