Commit b0d8e067 authored by Vasyl Bodnaruk's avatar Vasyl Bodnaruk

Add field for maturity and key for tag type

parent 4ebc6112
......@@ -387,6 +387,8 @@ class WpEsiTag(models.Model):
name = models.CharField(max_length=255)
description = models.TextField()
parent = models.IntegerField()
tag_type_id = models.IntegerField(blank=True, null=True)
maturity = models.IntegerField()
class Meta:
managed = False
......
Subproject commit 9e43e33f618b22c63abe5192fb37b09d6ac2f536
Subproject commit ce54f918c2e226fd08d56890b0edd8fa5e05c3d2
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment