Uses of Class
org.flywaydb.core.api.output.UndoResult
Packages that use UndoResult
Package
Description
The main Flyway package and for most users, the only one they'll ever need to know about.
Private API.
-
Uses of UndoResult in org.flywaydb.core
Methods in org.flywaydb.core that return UndoResultModifier and TypeMethodDescriptionFlyway.undo()Undoes the most recently applied versioned migration. -
Uses of UndoResult in org.flywaydb.core.api.output
Methods in org.flywaydb.core.api.output that return UndoResultModifier and TypeMethodDescriptionstatic UndoResultCommandResultFactory.createUndoResult(String databaseName, Configuration configuration)