minder
minder copied to clipboard
Migrate rule instances to new table structure
Please describe the enhancement
Rule instances are currently stored as a list of JSON objects which makes querying challenging. Migrate rules over to a dedicated table structure.
Solution Proposal
- Define new table
- Write rule instances to old and new tables
- Migrate old rule instances to new table
- Change business logic to use new tables exclusively
Describe alternatives you've considered
No response
Additional context
No response
Acceptance Criteria
No response
@dmjb -- did we do this?
I think we did this.