public class AbstractMigrationRule extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
fromVersion |
protected String |
toVersion |
| Constructor and Description |
|---|
AbstractMigrationRule(String fromVersion,
String toVersion) |