diff -r 92ead039d3d0 -r 94cc7cad3d2d misc/migration/3.5.10_Any.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/misc/migration/3.5.10_Any.py Thu Dec 03 17:17:43 2009 +0100 @@ -0,0 +1,5 @@ +sync_schema_props_perms('state_of') +sync_schema_props_perms('transition_of') +for etype in ('State', 'BaseTransition', 'Transition', 'WorkflowTransition'): + sync_schema_props_perms((etype, 'name', 'String')) +