Micronaut Liquibase Configuration Reference
Every documented configuration property of Micronaut Liquibase, with types, descriptions, and defaults.
15 properties across 1 section
Micronaut Liquibase Config Properties
Configuration properties for LiquibaseConfigurationProperties
| Property | Type | Description |
|---|---|---|
liquibase.datasources.*.test-rollback-on-update | boolean | Whether rollback should be tested before update is performed. Default value (false). |
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 | Change log configuration path. |
liquibase.datasources.*.rollback-file-path | java.lang.String | Path to file to which rollback SQL is written when an update is performed. |
liquibase.datasources.*.drop-first | boolean | Whether to first drop the database schema. Default value (false). |
liquibase.datasources.*.default-schema | java.lang.String | Default database schema. |
liquibase.datasources.*.parameters | java.util.Map | Change log parameters. |
liquibase.datasources.*.tag | java.lang.String | the liquibase tag. |
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 | Whether liquibase operations should be run asynchronously. |
No properties match this filter.