Package | Description |
---|---|
org.liquibase.maven.plugins |
Modifier and Type | Class and Description |
---|---|
class |
LiquibaseMigrate
Deprecated.
Use the LiquibaseUpdate class or Maven goal "update" instead.
|
class |
LiquibaseMigrateSQL
Deprecated.
Use
LiquibaseUpdateSQL or Maven goal "updateSQL" instead. |
class |
LiquibaseUpdate
Applies the DatabaseChangeLogs to the database.
|
class |
LiquibaseUpdateSQL
Generates the SQL that is required to update the database to the current
version as specified in the DatabaseChangeLogs.
|
class |
LiquibaseUpdateTestingRollback
Applies the DatabaseChangeLogs to the database, testing rollback.
|
Copyright © 2019 Liquibase.org. All rights reserved.