mirror of
https://github.com/evennia/evennia.git
synced 2026-03-30 20:47:17 +02:00
Run migrations! Schema changed for Attributes and Tags.
This commit is contained in:
parent
41087789ce
commit
5e942749e9
1 changed files with 0 additions and 2 deletions
|
|
@ -484,10 +484,8 @@ class Tag(models.Model):
|
|||
db_model = models.CharField('model', max_length=32, null=True, help_text="database model to Tag", db_index=True)
|
||||
# this is None, alias or permission
|
||||
db_tagtype = models.CharField('tagtype', max_length=16, null=True, help_text="overall type of Tag", db_index=True)
|
||||
|
||||
objects = managers.TagManager()
|
||||
|
||||
|
||||
class Meta:
|
||||
"Define Django meta options"
|
||||
verbose_name = "Tag"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue