Supported Nested Tags

  • parameter

    Use these nested parameter tags to set optional liquibase commands like --logLevel or --defaultsFile.

    Table 101. Attributes

    Name Type Description Default Required
    name String Name of the liquibase parameter. Do not include the '--'. n/a Yes
    value String Value of the liquibase parameter. n/a Yes

  • property

    These tags are used to set what Liquibase calls "Change Log Properties" which are used for substitution in the change log(s). Note that they are not the same thing as regular Phing properties.

    Table 102. Attributes

    Name Type Description Default Required
    name String Name of the property. Do not include the '-D'. n/a Yes
    value String Value of the property. n/a Yes