Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBenjamin Saller <bcsaller@objectrealms.net>2007-07-13 09:37:17 (GMT)
committer Benjamin Saller <bcsaller@objectrealms.net>2007-07-13 09:37:17 (GMT)
commit5b1b6738f438a6607179ee139ccdc8dc095f24ec (patch)
tree4c80b6d711c93ea2a4e1f8b2c8c0b11d20154e7a /src
parentb652763a5917835e821c1e158ca8b802d176a5b3 (diff)
another
Diffstat (limited to 'src')
-rw-r--r--src/olpc/datastore/model.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/olpc/datastore/model.py b/src/olpc/datastore/model.py
index cc20e79..baa162e 100644
--- a/src/olpc/datastore/model.py
+++ b/src/olpc/datastore/model.py
@@ -291,6 +291,7 @@ defaultModel = Model().addFields(
('keep', 'int'),
('icon-color', 'string'),
('preview', 'binary'),
+ ('buddies', 'text'),
)