# HG changeset patch # User Sylvain Thénault # Date 1259775376 -3600 # Node ID 5c84c6df679822ee0731db3481a6f1a9c74a10b8 # Parent d18b80fe6c829f10729bb315415728e355a8fbb6 synchronize rdef where unique constraints have been updated/added diff -r d18b80fe6c82 -r 5c84c6df6798 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 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')) +