You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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