org.codehaus.griffon.cli.shell.command
[Java] Class FlywayMigrateCommand
java.lang.Object
org.codehaus.griffon.cli.shell.AbstractGriffonCommand
org.codehaus.griffon.cli.shell.command.FlywayMigrateCommand
@Command(scope = "flyway",
name = "flyway-migrate",
description = "Triggers the migration of the configured database to the latest version.")
public class FlywayMigrateCommand
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
-
FlywayMigrateCommand
FlywayMigrateCommand()
-
Groovy Documentation