misc/migration/3.5.10_Any.py
branchstable
changeset 3977 5c84c6df6798
child 8798 cdab3aadc679
equal deleted inserted replaced
3976:d18b80fe6c82 3977:5c84c6df6798
       
     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