misc/migration/3.21.1_Any.py
author Denis Laxalde <denis.laxalde@logilab.fr>
Fri, 12 Feb 2016 16:13:43 +0100
changeset 11113 7f83e6a5acc3
parent 10553 1d824df4f2bd
permissions -rw-r--r--
Added tag 3.22.1, debian/3.22.1-1, centos/3.22.1-1 for changeset d0d86803a804

# 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)