minder icon indicating copy to clipboard operation
minder copied to clipboard

Migrate rule instances to new table structure

Open dmjb opened this issue 1 year ago • 1 comments

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

  1. Define new table
  2. Write rule instances to old and new tables
  3. Migrate old rule instances to new table
  4. Change business logic to use new tables exclusively

Describe alternatives you've considered

No response

Additional context

No response

Acceptance Criteria

No response

dmjb avatar May 31 '24 14:05 dmjb

@dmjb -- did we do this?

evankanderson avatar Aug 27 '24 13:08 evankanderson

I think we did this.

evankanderson avatar Jan 14 '25 14:01 evankanderson