Skip to content
Snippets Groups Projects
Commit 96383b9b authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

Increase max_length of type in Link

parent 13cc72c2
No related branches found
No related tags found
No related merge requests found
...@@ -200,7 +200,7 @@ class LinkType(models.Model): ...@@ -200,7 +200,7 @@ class LinkType(models.Model):
class Link(models.Model): class Link(models.Model):
type = models.CharField(max_length=32) type = models.CharField(max_length=64)
url = models.URLField() url = models.URLField()
class Meta: class Meta:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment