remove now unecessary fileds from ExamUserStatus
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# Generated by Django 5.0.2 on 2024-07-29 09:36
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('generic', '0015_migrate_exam_user_status'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='examuserstatus',
|
||||
name='cid_user',
|
||||
),
|
||||
migrations.RemoveField(
|
||||
model_name='examuserstatus',
|
||||
name='user_user',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user