misc/migration/3.21.1_Any.py
author Rémi Cardona <remi.cardona@logilab.fr>
Mon, 12 Oct 2015 09:19:07 +0200
changeset 10649 4be98ec89fef
parent 10553 1d824df4f2bd
permissions -rw-r--r--
Added tag 3.21.2, debian/3.21.2-1, centos/3.21.2-1 for changeset a5428e1ab364

# re-read ComputedRelation permissions from schema.py now that we're
# able to serialize them
for computedrtype in schema.iter_computed_relations():
    sync_schema_props_perms(computedrtype.type)