Add management command to manually migrate course_id field.
Normally the value of deprecated Answer.course_id will be copied into the new Answer.course_key field by a migration, but if your answer table is very large, you might want to use this management command to perform the copying in batches instead.
Showing
problem_builder/management/__init__.py
0 → 100644
Please
register
or
sign in
to comment