mirror of
https://github.com/evennia/evennia.git
synced 2026-03-29 03:57:17 +02:00
Database schema has changed. Run migrations if you use South. Started work on tidying up admin interface.
This commit is contained in:
parent
60e980be67
commit
399919a8a9
14 changed files with 562 additions and 25 deletions
|
|
@ -177,7 +177,7 @@ class ObjectDB(TypedObject):
|
|||
db_destination = models.ForeignKey('self', related_name="destinations_set",
|
||||
blank=True, null=True)
|
||||
# database storage of persistant cmdsets.
|
||||
db_cmdset_storage = models.TextField(null=True)
|
||||
db_cmdset_storage = models.CharField(max_length=255, null=True)
|
||||
|
||||
# Database manager
|
||||
objects = ObjectManager()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue