covert cid to bigintegerfield
This commit is contained in:
+1
-1
@@ -297,7 +297,7 @@ class UserAnswer(models.Model):
|
|||||||
settings.AUTH_USER_MODEL, null=True, blank=True, on_delete=models.SET_NULL
|
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
|
# Each user answer is associated with a particular exam
|
||||||
exam = models.ForeignKey(
|
exam = models.ForeignKey(
|
||||||
|
|||||||
Reference in New Issue
Block a user