Pro Change Types
Change Types are the kinds of changes Liquibase does to database schemas. Liquibase Pro has the ability to perform the following types of changes in addition to all Community Change Types:
Changes that create something
createFunction | createPackage |
createPackageBody | createSynonym |
createTrigger |
Changes that disable something
disableCheckConstraint | disableTrigger |
Changes that drop something
dropCheckConstraint | dropFunction |
dropPackage | dropPackageBody |
dropSynonym | dropTrigger |
changes that enable or add something
addCheckConstraint | enableCheckConstraint |
enableTrigger |
Other Change Types
markUnused | renameTrigger |