====== Change Log Parameters ====== //Since LiquiBase 1.7// LiquiBase allows dynamic substitution of parameters in a changelog. The parameters to replace are described using the ${} syntax. ===== Configuring parameter values ===== Parameter values are looked up in the following order: - Passed as a parameter to your LiquiBase runner (see [[Ant]], [[Command Line]], etc. documentation for how to pass them) - As a JVM system property - In the parameters block ( Tag) of the [[DatabaseChangeLog]] file itself. === Examples === ==== ==== 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 === ^ name | Name of the table's schema **[required]** | ^ value | Name of the column's table **[required]** | ^ context | Contexts given as comma separated list. | ^ dbms | Database types given as comma separated list. | Example: