Customizing SQL executed per environment
问题 We use flyway to promote our application from dev -> uat -> prod. It would be very useful to use flyway to also deploy the application to developer desktops using a lighter-weight sql database (e.g. Derby or H2). For various reasons Oracle is not a good option for some of our developers. A similar question pointed out a capability in flyway to maintain seperate sets of scripts per target database. I'm reluctant to rely on manual synchronization of two sets of scripts. The SQL difference