Does the latest release allow flyway to save all the migration SQLs in a delta script instead of running them in the database? It's a useful feature a lot of other tools have (liquibase, dbdeploy, etc.).
It's pefectly fine to have a tool automatically apply changes in non-production databases, but I would like to have more control in the production environment.