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
Various changes to the eval history schema service (#3637)
These relate to feedback from the design review, plus making some
changes in light of writing code which uses these tables:
1) Use `ON DELETE CASCADE` for all foreign key references.
2) Use an array of timestamps to store the evaluation instances instead
of keeping them in a separate table.
3) Change some of the table names. The original names were not
particular consistent or intuitive.
Since Minder does not use any of these tables at this point, there
should be no impact from these changes.
0 commit comments