Skip to content

Commit

Permalink
added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeengland committed Apr 2, 2019
1 parent ce054eb commit 8f6c938
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setty/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class TypeChoices:


class SettySettings(models.Model):
# 190 chars or there is a key length error in mysql 5.6
name = models.CharField(max_length=190, primary_key=True)
value = PickledObjectField()
type = models.CharField(max_length=8, choices=TypeChoices.ALL_CHOICES)
Expand Down

0 comments on commit 8f6c938

Please sign in to comment.