Skip to content

Commit

Permalink
chore: fixing migrations.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed Jul 27, 2023
1 parent 64aa112 commit 2117eab
Showing 1 changed file with 2 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Generated by Django 3.2.20 on 2023-07-27 16:38
# Generated by Django 3.2.20 on 2023-07-27 21:12

from django.db import migrations, models
from django.db import migrations


class Migration(migrations.Migration):
Expand All @@ -18,14 +18,4 @@ class Migration(migrations.Migration):
name='historicalproctoredexamstudentattempt',
options={'get_latest_by': ('history_date', 'history_id'), 'ordering': ('-history_date', '-history_id'), 'verbose_name': 'historical proctored exam attempt', 'verbose_name_plural': 'historical proctored exam attempts'},
),
migrations.AlterField(
model_name='historicalproctoredexam',
name='history_date',
field=models.DateTimeField(db_index=True),
),
migrations.AlterField(
model_name='historicalproctoredexamstudentattempt',
name='history_date',
field=models.DateTimeField(db_index=True),
),
]

0 comments on commit 2117eab

Please sign in to comment.