org.codehaus.griffon.cli.shell.command
[Java] Class FlywayInitCommand
java.lang.Object
org.codehaus.griffon.cli.shell.AbstractGriffonCommand
org.codehaus.griffon.cli.shell.command.FlywayInitCommand
@Command(scope = "flyway",
name = "flyway-init",
description = "Initializes the metadata table in an existing schema.")
public class FlywayInitCommand
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
-
FlywayInitCommand
FlywayInitCommand()
-
Groovy Documentation