Defines a parameter for the changelog. Given a list of contexts and/or databases, the parameter will be only used in those contexts and/or databases.
Available Attributes
Attribute
Description
name
Name of the parameter. Required if file is not set
value
Value of the of the property. required if file is not set
file
Name of the file the properties shall be loaded from. It will create a property for all properties in the file.
The content of the file has to follow the java properties file format
context
Contexts the property is valid in. Expected as comma separated list.
dbms
The type of a database which that property is to be used. When the migration step is running, it checks the database type against this
attribute. Valid database type names are listed on the supported databases page. It is possible to list multiple databases separated by commas.
You can also specify that a changeset is NOT applicable to a particular database type by prefixing with !. The keywords all and none are
also available.
global
boolean Defines whether the property is global or limited to the actual databaseChangeLog. Given as "true" or "false".