# HG changeset patch # User Julien Cristau # Date 1422453994 -3600 # Node ID ed57c5215530351d9c8058126ac6b2ae8440d368 # Parent 136e6b655cdb07eaa2fc3077b7990744c6994aed [migration/3.20] sync rtypes before etypes We need to make sure the rtypes are inlined before adding unique indices. diff -r 136e6b655cdb -r ed57c5215530 misc/migration/3.20.0_Any.py --- 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')