Configuration Reference
Version:2.0.0.M1
Liquibase Config Properties
🔗Property | Type | Description |
---|---|---|
|
boolean |
Whether liquibase operations should be run asynchronously. |
|
boolean |
Sets whether this liquibase configuration is enabled. Default value (true). |
|
java.lang.String |
Change log configuration path. |
|
java.lang.String |
Default database schema. |
|
java.lang.String |
Schema to use for Liquibase objects. |
|
boolean |
Whether to first drop the database schema. Default value (false). |
|
java.lang.String |
Tablespace to use for Liquibase objects. |
|
java.lang.String |
Name of table to use for tracking change history. |
|
java.lang.String |
Name of table to use for tracking concurrent Liquibase usage. |
|
java.lang.String |
a tag. |
|
java.lang.String |
Comma-separated list of runtime contexts to use. |
|
java.lang.String |
Comma-separated list of runtime labels to use. |
|
boolean |
Whether rollback should be tested before update is performed. Default value (false). |
|
boolean |
Ignores classpath prefix during changeset comparison. Default value (true). |
|
java.lang.String |
Path to file to which rollback SQL is written when an update is performed. |
|
java.util.Map |
Change log parameters. |