| Modifier and Type | Required Element and Description |
|---|---|
String[] |
value
Names of the resources containing migrations.
|
| Modifier and Type | Optional Element and Description |
|---|---|
String |
database
Database ID.
|
Class<? extends ChangelogParametersProvider> |
parametersProvider
Changelog parameters provider
|
public abstract String database
DataSource bound with this ID will be used to execute migration.
public abstract Class<? extends ChangelogParametersProvider> parametersProvider
Copyright © 2016 Atteo. All rights reserved.