Uses of Class
org.flywaydb.core.api.output.UndoResult
-
Packages that use UndoResult Package Description org.flywaydb.core The main Flyway package and for most users, the only one they'll ever need to know about.org.flywaydb.core.api.output Private API. -
-
Uses of UndoResult in org.flywaydb.core
Methods in org.flywaydb.core that return UndoResult Modifier and Type Method Description UndoResultFlyway. 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 UndoResult Modifier and Type Method Description UndoResultCommandResultFactory. createUndoResult(java.lang.String databaseName, Configuration configuration)
-