[migration/3.20] sync rtypes before etypes
We need to make sure the rtypes are inlined before adding unique indices.
--- a/misc/migration/3.20.0_Any.py Wed Jan 28 17:36:13 2015 +0100
+++ b/misc/migration/3.20.0_Any.py Wed Jan 28 15:06:34 2015 +0100
@@ -1,6 +1,6 @@
+sync_schema_props_perms('state_of')
+sync_schema_props_perms('transition_of')
sync_schema_props_perms('State')
-sync_schema_props_perms('state_of')
sync_schema_props_perms('BaseTransition')
sync_schema_props_perms('Transition')
sync_schema_props_perms('WorkflowTransition')
-sync_schema_props_perms('transition_of')