Package io.quarkus.liquibase.runtime
Class LiquibaseConfig
java.lang.Object
io.quarkus.liquibase.runtime.LiquibaseConfig
The liquibase configuration
-
Field Summary
FieldsModifier and TypeFieldDescriptionAllows duplicated changeset identifiers without failing Liquibase execution.The change log filebooleanThe clean at start flagThe list of contextsThe database change log lock table nameThe database change log table nameThe default catalog nameThe default schema nameThe list of labelsThe liquibase tables catalog nameThe liquibase tables schema nameThe liquibase tables tablespace namebooleanThe migrate at start flagThe password that Liquibase uses to connect to the database.The search path for DirectoryResourceAccessorThe username that Liquibase uses to connect to the database.booleanThe validate on update flag -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
changeLog
The change log file -
searchPath
The search path for DirectoryResourceAccessor -
migrateAtStart
public boolean migrateAtStartThe migrate at start flag -
validateOnMigrate
public boolean validateOnMigrateThe validate on update flag -
cleanAtStart
public boolean cleanAtStartThe clean at start flag -
contexts
The list of contexts -
labels
The list of labels -
changeLogParameters
-
databaseChangeLogLockTableName
The database change log lock table name -
databaseChangeLogTableName
The database change log table name -
defaultCatalogName
The default catalog name -
defaultSchemaName
The default schema name -
liquibaseCatalogName
The liquibase tables catalog name -
liquibaseSchemaName
The liquibase tables schema name -
liquibaseTablespaceName
The liquibase tables tablespace name -
username
The username that Liquibase uses to connect to the database. If no username is configured, falls back to the datasource username and password. -
password
The password that Liquibase uses to connect to the database. If no password is configured, falls back to the datasource username and password. -
allowDuplicatedChangesetIdentifiers
Allows duplicated changeset identifiers without failing Liquibase execution.
-
-
Constructor Details
-
LiquibaseConfig
public LiquibaseConfig()
-