Fixed the migrations from a pre-populated database to the many-char-per-player branch.

This commit is contained in:
Griatch 2013-04-10 21:45:56 +02:00
parent ea4c30a0b1
commit 4669b8ed89
3 changed files with 37 additions and 6 deletions

View file

@ -297,7 +297,7 @@ class Attribute(SharedMemoryModel):
The Attribute class defines the following properties:
key - primary identifier
mode - which type of data is stored in attribute
permissions - perm strings
lock_storage - perm strings
obj - which object the attribute is defined on
date_created - when the attribute was created
value - the data stored in the attribute