misc/migration/3.21.1_Any.py
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 27 Jul 2015 10:13:25 +0200
changeset 10795 839ea43f4d5b
parent 10553 1d824df4f2bd
permissions -rw-r--r--
[skel] stop deleting cubes egg-info It doesn't hurt and provides some metadata.

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