Commit 0ab52c5a by Ibrahim

migration

parent 8c6a1629
......@@ -857,7 +857,7 @@ class ProctoredExamSoftwareSecureReview(TimeStampedModel):
"""
# which student attempt is this feedback for?
attempt_code = models.CharField(max_length=255, db_index=True)
attempt_code = models.CharField(max_length=255, db_index=True, unique=True)
# overall status of the review
review_status = models.CharField(max_length=255)
......
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