Add old_id for category
This commit is contained in:
parent
7d9b6d1f30
commit
27bef66398
|
|
@ -128,6 +128,7 @@ class TagCategory(TranslatedFieldsMixin, models.Model):
|
|||
|
||||
value_type = models.CharField(_('value type'), max_length=255,
|
||||
choices=VALUE_TYPE_CHOICES, default=LIST, )
|
||||
old_id = models.IntegerField(blank=True, null=True)
|
||||
|
||||
objects = TagCategoryQuerySet.as_manager()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user