misc/migration/3.21.1_Any.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 04 Jan 2016 11:12:30 +0100
changeset 11056 b7f8d2ee6532
parent 10553 1d824df4f2bd
permissions -rw-r--r--
clean some remaining dust from goa time

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