Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Common tests used in liquibase are available here: common.tests.changelog.yaml


Important concepts to be considered

  1. Labels and Context - to separate environments and releases
  2. Tags - to set  a rollback check point
  3. Prechecks - to check if a particular changeSet needs to be executed
  4. Different formats - decide the best one for the team to work with
  5. Include rollback statement with changeSet to allow user to undo changes.