schema.py
branchstable
changeset 6262 84901d735156
parent 6233 612b7d947a4c
child 6375 df4fd2a1b0e7
--- 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',