Julia Hayward

Results 6 issues of 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,...

t: feature

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...

t: feature

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...

t: feature

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...

t: feature

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.

t: feature

See #27 This will need some enhancement to our build and release scripts.