You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Scope

Currently we have Liquibase running db setup for CPS and NCMP with many steps

We want to

  1. condense the steps
  2. 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. 


  • No labels