IntelliJ IDEA
 
Get IntelliJ IDEA
You are viewing the documentation for an earlier version of IntelliJ IDEA.

Flyway

Last modified: 20 March 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.