Versions Compared

Key

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

...

Move table creation into the upgrade/downgrade/install scripts in order to support upgrade/rollback of ONAP releases.

Liquibase may be the required solution.

...

It can also be used with Hibernate.

Testing

Liquibase changeLog Testing

Liquibase Docker Testing

Liquibase Docker Compose Testing

Notes

We can either integrate Liquibase as part of our application code (Spring boot/Hibernate is the easiest option) or as part of our CI/CD pipeline.

...