This repository has been archived by the owner on Aug 22, 2024. It is now read-only.
Remove double datamodel definition #17
Labels
sustainability
Improvement of the code with the aim of making it easier to maintain / reduce the technical debt
Milestone
Currently, datamodel is defined both as init scripts and through deltas, leading to a duplicate definition that often gets out of sync.
We should remove the datamodel definition, and only keep deltas. This requires adapting PUM so it is able to initialize an empty database and adding an initial 1.0.0 delta.
Note: we can keep an SQL representing the full datamodel as a build artifact for documentation purposes.
The text was updated successfully, but these errors were encountered: