Configuration Reference
Version:6.6.0
Micronaut Liquibase Config Properties
🔗Property | Type | Description |
---|---|---|
|
boolean |
Returns whether a rollback should be tested at update time or not. |
|
java.lang.String |
Name of table to use for tracking concurrent Liquibase usage. |
|
java.lang.String |
Name of table to use for tracking change history. |
|
java.lang.String |
Tablespace to use for Liquibase objects. |
|
java.lang.String |
Schema to use for Liquibase objects. |
|
java.lang.String |
|
|
java.lang.String |
|
|
boolean |
|
|
java.lang.String |
|
|
java.util.Map |
|
|
java.lang.String |
|
|
java.lang.String |
Comma-separated list of runtime contexts to use. |
|
java.lang.String |
Comma-separated list of runtime labels to use. |
|
boolean |
Sets whether this liquibase configuration is enabled. Default value (true). |
|
boolean |