covert cid to bigintegerfield

This commit is contained in:
Ross
2021-01-04 13:10:18 +00:00
parent eaa3d11107
commit 4007de1993
+1 -1
View File
@@ -297,7 +297,7 @@ class UserAnswer(models.Model):
settings.AUTH_USER_MODEL, null=True, blank=True, on_delete=models.SET_NULL
)
cid = models.IntegerField(blank=True, null=True)
cid = models.BigIntegerField(blank=True, null=True)
# Each user answer is associated with a particular exam
exam = models.ForeignKey(