org.codehaus.griffon.cli.shell.command
[Java] Class FlywayCleanCommand
java.lang.Object
org.codehaus.griffon.cli.shell.AbstractGriffonCommand
org.codehaus.griffon.cli.shell.command.FlywayCleanCommand
@Command(scope = "flyway",
name = "flyway-clean",
description = "Drops all (tables, views, procedures, triggers, ...) in the configured schemas.")
public class FlywayCleanCommand
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
-
FlywayCleanCommand
FlywayCleanCommand()
-
Groovy Documentation