server/test/data/schema.py
changeset 8105 7980b36fb1aa
parent 7711 458cb2edf63a
child 8820 dbffb6959564
--- a/server/test/data/schema.py	Thu Dec 01 12:48:46 2011 +0100
+++ b/server/test/data/schema.py	Mon Dec 05 13:37:40 2011 +0100
@@ -128,6 +128,9 @@
     inline2 = SubjectRelation('Affaire', inlined=True, cardinality='?*')
 
 
+class Old(EntityType):
+    name = String()
+
 
 class connait(RelationType):
     symmetric = True