Max size increase for tracked content unique fields
This commit is contained in:
parent
961e928f62
commit
a3f71316a6
@ -248,9 +248,9 @@ class TrackedContent(models.Model):
|
||||
|
||||
id = models.AutoField(primary_key=True)
|
||||
|
||||
guid = models.CharField(max_length=128)
|
||||
guid = models.CharField(max_length=256)
|
||||
|
||||
title = models.CharField(max_length=128)
|
||||
title = models.CharField(max_length=728)
|
||||
|
||||
url = models.URLField(unique=True)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user