Uses of Class
org.flywaydb.core.api.output.BaselineResult
Packages that use BaselineResult
Package
Description
The main Flyway package and for most users, the only one they'll ever need to know about.
Private API.
-
Uses of BaselineResult in org.flywaydb.core
Methods in org.flywaydb.core that return BaselineResultModifier and TypeMethodDescriptionFlyway.baseline()Baselines an existing database, excluding all migrations up to and including baselineVersion. -
Uses of BaselineResult in org.flywaydb.core.api.output
Methods in org.flywaydb.core.api.output that return BaselineResultModifier and TypeMethodDescriptionstatic BaselineResultCommandResultFactory.createBaselineResult(String databaseName)