Commit 7410da95 by Ibrahim

add migration

parent 0ab52c5a
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('edx_proctoring', '0003_auto_20160101_0525'),
]
operations = [
migrations.AlterField(
model_name='proctoredexamsoftwaresecurereview',
name='attempt_code',
field=models.CharField(unique=True, max_length=255, db_index=True),
),
]
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