This commit is contained in:
Ross
2021-10-16 21:28:32 +01:00
parent 6e7e112e2f
commit 0a98fcf051
4 changed files with 23 additions and 25 deletions
@@ -0,0 +1,20 @@
# Generated by Django 3.2.8 on 2021-10-16 20:28
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('rapids', '0033_answermarks'),
]
operations = [
migrations.RemoveField(
model_name='exam',
name='double_mark',
),
migrations.DeleteModel(
name='AnswerMarks',
),
]