Files
edx-platform/lms/djangoapps
Kyle McCormick 2c572e1b59 Add new ProgramCourseEnrollment uniqueness constriant (#21463)
ProgramCourseEnrollments were already unique on
(program_enrollment, course_enrollment) by nature of the
OneToOneField on course_enrollment. However, this only
affects realized enrollments. For waiting enrollments, we
need to add a uniqueness constraint on
(program_enrollment, course_key).
2019-08-27 15:05:30 -04:00
..
2019-08-21 17:01:40 +05:00
2019-08-23 13:55:59 +05:00
2019-08-22 13:04:05 +05:00
2019-08-23 14:11:30 +05:00
2019-05-15 14:54:38 -04:00
2019-05-15 15:21:57 -04:00
2019-05-16 10:00:42 -04:00
2019-08-27 17:27:58 +05:00
2019-05-16 14:42:22 -04:00
2019-08-23 14:22:25 +05:00
2019-05-16 14:42:22 -04:00
2019-06-21 16:39:24 +05:00