Skip to content

Liquibase and JOOQ

FollowSteph edited this page Oct 4, 2019 · 6 revisions

Important Notices

  • IMPORTANT: Please note that these are the steps I take to make everything consistently work even though it should not all be required. Once the related issues are resolved we need to update this wiki page.
  • IMPORTANT: _ At this time all JOOQ generated code is suppose to be committed into the repository._

Updating Liquibase

If you are just doing a simple update with the latest changelogs then you can run liquibase::update in Maven and your database should be updated.

Clone this wiki locally