--drop-dbclhistory

Last updated: May 1, 2026

If true, drops the DATABASECHANGELOGHISTORY table along with other database objects owned by the user. Liquibase 4.27.0+. Default: false.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Command CLI parameter

--drop-dbclhistory=<true|false>

Liquibase properties file (defaults file)

liquibase.command.dropDbclhistory: <true|false>

Command flow file argument (example)

cmdArgs: { drop-dbclhistory: "<true|false>" }

JVM system property (JAVA_OPTS environment variable)

JAVA_OPTS=-Dliquibase.command.dropDbclhistory=<true|false>

Liquibase environment variable

LIQUIBASE_COMMAND_DROP_DBCLHISTORY=<true|false>