org.codehaus.griffon.cli.shell.command
[Java] Class FlywayRepairCommand
java.lang.Object
org.codehaus.griffon.cli.shell.AbstractGriffonCommand
org.codehaus.griffon.cli.shell.command.FlywayRepairCommand
@Command(scope = "flyway",
name = "flyway-repair",
description = "Repairs the metadata table after a failed migration on a database without DDL transactions.")
public class FlywayRepairCommand
extends AbstractGriffonCommand
- Authors:
- Peter Kofler
- Andres Almiray
datasource
@Option(name = "--datasource",
description = "Name of the datasource on which the command will be invoked.",
required = false)
private String datasource
-
FlywayRepairCommand
FlywayRepairCommand()
-
Groovy Documentation