• Phillip Webb's avatar
    Order DataSourceScriptDatabaseInitializer last · 6ab2df56
    Phillip Webb authored
    Change the order of `DataSourceScriptDatabaseInitializerDetector` so
    that it always runs last. This update allows script initialization to
    be combined with a high-level migration tool such as Flyway.
    
    Closes gh-26692
    6ab2df56
SampleFlywayApplicationTests.java 1.14 KB