misc/migration/3.5.3_Any.py
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Sun, 29 Nov 2009 23:48:22 +0100
branchstable
changeset 3945 d7f2d32340fb
parent 3666 7d0f6234b001
child 8798 cdab3aadc679
permissions -rw-r--r--
Added tag cubicweb-version-3.5.9 for changeset 1677312fd8a3

# type attribute might already be there if migrating from
# version < 3.5 to version >= 3.5.3, BaseTransition being added
# in bootstrap_migration
if versions_map['cubicweb'][0] >= (3, 5, 0):
    add_attribute('BaseTransition', 'type')
    sync_schema_props_perms('state_of')
    sync_schema_props_perms('transition_of')