Scope
Currently we have Liquibase running db setup for CPS and NCMP with many steps
We want to
- condense the steps
- separate out the NCMP steps so that they can be run by a model loader instead.
Intended method
Currently we have 16 Liquibase change set files which we want to condense down to 1 or 2 files.
In order to save the database state I exported the current database to sql statements which can be used instead of the sequential liquibase steps.