changes to Course post-migration

parent 598d4354
# Generated by Django 4.0.3 on 2022-05-11 12:58
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('assignments', '0004_assignment_course_assignment_passing_score'),
]
operations = [
migrations.RenameField(
model_name='course',
old_name='course_code',
new_name='code',
),
migrations.RenameField(
model_name='course',
old_name='course_title',
new_name='title',
),
]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment