# HG changeset patch # User Julien Cristau # Date 1411486476 -7200 # Node ID b240b33c712535e6c1e219711f09c090c90e3ff0 # Parent bbe05c74eb92dd77fa21b837698455ea3bfb6f23 [schema] CWComputedRType is a schema type Hide it from the default views. diff -r bbe05c74eb92 -r b240b33c7125 schema.py --- 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',