misc/migration/3.5.10_Any.py
branchstable
changeset 3977 5c84c6df6798
child 8798 cdab3aadc679
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/migration/3.5.10_Any.py	Wed Dec 02 18:36:16 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'))
+