| Modifier and Type | Required Element and Description |
|---|---|
String |
author
Author of the changeset.
|
String |
id
Unique ID of the changeset.
|
String |
order
Sequence that provide correct order for changeSets.
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
failFast
If true, will make the entire migration to break if the changeSet produce an exception or the validation doesn't
success.
|
boolean |
runAlways
Executes the change set on every Mongock's execution, even if it has been run before.
|
String |
systemVersion
Specifies the software systemVersion on which the ChangeSet is to be applied.
|
public abstract String author
public abstract String id
public abstract String order
public abstract boolean runAlways
public abstract String systemVersion
Copyright © 2021. All rights reserved.