misc/migration/3.21.1_Any.py
author David Douard <david.douard@logilab.fr>
Tue, 19 Jul 2016 18:08:06 +0200
branch3.22
changeset 11405 5ba55f4c813a
parent 10553 1d824df4f2bd
permissions -rw-r--r--
merge 3.20.16 in 3.22

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