IntelliJ IDEA
 
Get IntelliJ IDEA

Flyway

Last modified: 11 July 2024

To enable corresponding features, make sure that the project contains the Flyway dependency.

<dependency>
    <groupId>org.flywaydb</groupId>
    <artifactId>flyway-core</artifactId>
</dependency>

The Create Flyway Versioned Migration action is available even without Flyway dependencies.