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
Generates a diff between the specified database and the reference database.
class
Generates dbDocs against the database.
class
Generates the SQL that is required to rollback the database to current state after the next update.
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
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