cubicweb/misc/migration/3.21.1_Any.py
author Denis Laxalde <denis.laxalde@logilab.fr>
Fri, 12 Jan 2018 10:48:34 +0100
branch3.25
changeset 12246 b8567725c473
parent 11057 0b59724cb3f2
permissions -rw-r--r--
[pkg] Version 3.25.4

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