Configuration Reference

Version:6.3.0

Micronaut Liquibase Config Properties

🔗
Table 1. Configuration Properties for LiquibaseConfigurationProperties
Property Type Description

liquibase.datasources.*.test-rollback-on-update

boolean

Returns whether a rollback should be tested at update time or not.

liquibase.datasources.*.database-change-log-lock-table

java.lang.String

Name of table to use for tracking concurrent Liquibase usage.

liquibase.datasources.*.database-change-log-table

java.lang.String

Name of table to use for tracking change history.

liquibase.datasources.*.liquibase-tablespace

java.lang.String

Tablespace to use for Liquibase objects.

liquibase.datasources.*.liquibase-schema

java.lang.String

Schema to use for Liquibase objects.

liquibase.datasources.*.change-log

java.lang.String

liquibase.datasources.*.rollback-file-path

java.lang.String

liquibase.datasources.*.drop-first

boolean

liquibase.datasources.*.default-schema

java.lang.String

liquibase.datasources.*.parameters

java.util.Map

liquibase.datasources.*.tag

java.lang.String

liquibase.datasources.*.contexts

java.lang.String

Comma-separated list of runtime contexts to use.

liquibase.datasources.*.labels

java.lang.String

Comma-separated list of runtime labels to use.

liquibase.datasources.*.enabled

boolean

Sets whether this liquibase configuration is enabled. Default value (true).

liquibase.datasources.*.async

boolean