[migration/3.20] sync rtypes before etypes
authorJulien Cristau <julien.cristau@logilab.fr>
Wed, 28 Jan 2015 15:06:34 +0100
changeset 10169 ed57c5215530
parent 10168 136e6b655cdb
child 10170 6530f628d2ef
[migration/3.20] sync rtypes before etypes We need to make sure the rtypes are inlined before adding unique indices.
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')