The command line documentation mentions an argument -x
for debug output.
However I cannot find anything in the ant task documentation.
Is there a way to activate it there as well?
相关问题
- Flyway specific migration with csv files
- How to ignore placeholder expressions for Flyway?
- How to use flyway to migrate data from one DB to a
- Flyway not finding my sql migrations in db/migrati
- flyway exception, detected failed migration
相关文章
- Flyway not finding my sql migrations in db/migrati
- flyway exception, detected failed migration
- Caused by: org.flywaydb.core.api.FlywayException:
- Several app instances trying to migrate the same d
- Flyway output to SQL File
- Best practice: How to modify flyway migration scri
- Automatic generation of migration SQL for Flyway
- Spring Boot 2.1.0 with Flyway 4.2.0
Use the standard
ant -d
switch to turn on the debug output.