changeset 8798 | cdab3aadc679 |
parent 3977 | 5c84c6df6798 |
--- a/misc/migration/3.5.10_Any.py Wed Mar 27 14:53:40 2013 +0100 +++ b/misc/migration/3.5.10_Any.py Wed Mar 27 15:38:05 2013 +0100 @@ -1,5 +1,1 @@ -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')) - +raise NotImplementedError("Cannot migrate such an old version. Use intermediate Cubiweb version (try 3.16.x)")