schema.py
changeset 9974 b240b33c7125
parent 9967 e65873ad0371
child 9990 c84ad981fc4a
--- a/schema.py	Tue Sep 23 14:19:11 2014 +0200
+++ b/schema.py	Tue Sep 23 17:34:36 2014 +0200
@@ -83,7 +83,7 @@
 
 # set of entity and relation types used to build the schema
 SCHEMA_TYPES = set((
-    'CWEType', 'CWRType', 'CWAttribute', 'CWRelation',
+    'CWEType', 'CWRType', 'CWComputedRType', 'CWAttribute', 'CWRelation',
     'CWConstraint', 'CWConstraintType', 'CWUniqueTogetherConstraint',
     'RQLExpression',
     'specializes',