Closed gideonoludeyi closed 4 months ago
Thanks for your continued work on this.
I'm concerned that removing the check for existing courses completed will cause an error in a situation where someone creates a student without any courses completed yet.
Continuing off https://github.com/DoktorNik/course-companion/pull/23, this PR identical changes for the completed course double-pivot relationship: from
completed_courses
+completed_courses_courses
double-pivot table into a singlecompleted_courses_v2
single-pivot table.See https://github.com/DoktorNik/course-companion/pull/23 and https://github.com/DoktorNik/course-companion/issues/24 for more details.