misc/migration/3.21.1_Any.py
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 23 Feb 2016 11:45:54 +0100
changeset 11149 1b93ff37755b
parent 10553 1d824df4f2bd
permissions -rw-r--r--
[pkg] 3.22.2

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