adjust migration

This commit is contained in:
jonaswinkler
2021-02-24 23:52:25 +01:00
parent e9215b278c
commit 650edcf0db
3 changed files with 9 additions and 9 deletions

View File

@@ -78,7 +78,7 @@ class Correspondent(MatchingModel):
class Tag(MatchingModel):
colour = models.CharField(
color = models.CharField(
_("color"),
blank=True, max_length=7)