framework
framework copied to clipboard
Properly model StateTransition and -Batches in peristence
Currently STs and corresponding STBatches are modelled as JSON inside postgres. We ideally want to minimize usage of JSON fields, since that 1) doesn't allow querying over them and 2) locks us more and more into postgres
Therefore, a relational model should be built to save STs properly