Skip to content
This repository was archived by the owner on Nov 22, 2023. It is now read-only.

Files

Latest commit

1f54400 · Mar 6, 2023

History

History

model

This sub-project contains the database model which comprises Jooq-generated Java classes based off of the current database schema.

In order to facilitate containerized builds, the logic in this sub-project has been updated such that regeneration of the code is done manually and the results checked in vs. having it run automatically at compile time. As a result, the regenerate.sh script should be run whenever Jooq is updated or whenever the database schema changes.