0004_copy_course_ids.py
762 Bytes
-
Add migration that copies course_id -> course_key. · bcf79115
The migration copies content of the Answer.course_id column into the new extended Answer.course_key column. It skips Answer records that already have the course_key column set.
Matjaz Gregoric committed