Is it possible to output the db migration to an SQL file instead of directly invoking database changes in flyway?

link|improve this question

Could you tell me a bit more about your usecase? Is this something you need for Java migrations? Or do you want to have your input sql with placeholders replaced? – Axel Fontaine Aug 20 '11 at 7:34
I assume that for the production database I will not be able to update the database myself via jdbc, but send the script to some database team. – bertolami Aug 22 '11 at 8:50
feedback

2 Answers

up vote 0 down vote accepted

I didnt find a way. Switched to mybatis migration. Looks quite nice.

link|improve this answer
feedback

Most times this will not be needed as with Flyway the DB migrations themselves will already be written in SQL.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.