class
A Liquibase MOJO that requires the user to provide a DatabaseChangeLogFile to be able
to perform any actions on the database.
class
A base class for providing Liquibase Policy Checks functionality.
class
class
Liquibase Update Maven plugin.
class
Marks all unapplied changes to the database as applied in the change log.
class
Generates SQL that marks all unapplied changes as applied.
class
Marks all unapplied changes up to and include a specified tag to the database as applied in the change log.
class
Generates SQL that marks all unapplied changes up to and including a specified tag
as applied.
class
Check the changelog for issues
class
List available checks, their configuration options, and current settings
class
Clears all checksums in the current changelog, so they will be recalculated next update.
class
Test connection to the configured database.
class
Generates a diff between the specified database and the reference database.
class
List all rows from the Liquibase Pro 'DATABASECHANGELOGHISTORY' tracking table.
class
Generates dbDocs against the database.
class
Drops all database objects in the configured schema(s).
class
Run a series of commands contained in one or more stages, as configured in a liquibase flow-file.
class
Validate a series of commands contained in one or more stages, as configured in a liquibase flow-file.
class
Generates the SQL that is required to rollback the database to current state after the next update.
class
Generates a changelog based on the current database schema.
class
Outputs history of deployments against the configured database.
class
Lists all Liquibase updater locks on the current database.
class
Removes any Liquibase updater locks from the current database.
class
Prints which changesets need to be applied to the database.
class
Invokes Liquibase to rollback the database (and mark changesets as unapplied).
class
Reverts (rolls back) one non-sequential changeSet made during a previous change to your database.
class
Displays the SQL which will be executed when the corresponding rollbackOneChangeSet command is
executed.
class
Rolls back all changesets from any specific update, if all changesets can be rolled back.
class
Displays the SQL which will be executed when the corresponding rollbackOneUpdate
command is executed.
class
Generates the SQL that is required to rollback the database using one or more of the specified
attributes 'rollbackCount', 'rollbackTag' and/or 'rollbackDate'
class
The snapshot command captures the current state of the url database, which is the target database.
class
Writes a Liquibase tag to the database.
class
Checks for existence of the specified Liquibase tag in the database
class
Print a list of changesets that have been executed but are not in the current changelog
class
Applies the DatabaseChangeLogs to the database.
class
Generates the SQL that is required to update the database to the current
version as specified in the DatabaseChangeLogs.
class
Applies the DatabaseChangeLogs to the database, testing rollback.
class
Validates liquibase changelog