appsembler / figures

Reporting and data retrieval app for Open edX
MIT License
44 stars 37 forks source link

Add indexes to LearnerCourseGradeMetrics fields #288

Closed johnbaldwin closed 3 years ago

johnbaldwin commented 3 years ago

This commit adds indexes to LearnerCourseGradeMetrics fields, 'course_id' and 'date_for'

This commit adds a new migration, '0013' to perform non-atomic separate state and database migration actions. Included is compatibility functionality so that the migration works for both MySQL and SQLite