diff -r 82d3ac90e47c -r 84901d735156 schema.py --- a/schema.py Thu Sep 16 13:37:25 2010 +0200 +++ b/schema.py Thu Sep 16 13:37:47 2010 +0200 @@ -62,6 +62,8 @@ 'relation_type', 'from_entity', 'to_entity', 'constrained_by', 'cstrtype', 'constraint_of', 'relations', + 'read_permission', 'add_permission', + 'delete_permission', 'update_permission', )) WORKFLOW_TYPES = set(('Transition', 'State', 'TrInfo', 'Workflow',