misc/migration/3.5.10_Any.py
changeset 3998 94cc7cad3d2d
parent 3977 5c84c6df6798
child 8798 cdab3aadc679
equal deleted inserted replaced
3895:92ead039d3d0 3998:94cc7cad3d2d
       
     1 sync_schema_props_perms('state_of')
       
     2 sync_schema_props_perms('transition_of')
       
     3 for etype in ('State', 'BaseTransition', 'Transition', 'WorkflowTransition'):
       
     4     sync_schema_props_perms((etype, 'name', 'String'))
       
     5