misc/migration/3.21.1_Any.py
author David Douard <david.douard@logilab.fr>
Thu, 07 Jan 2016 12:20:50 +0100
changeset 11053 ec44983e047c
parent 10553 1d824df4f2bd
permissions -rw-r--r--
[pkg] rql 0.34 and logilab-database 1.15 break cubicweb 3.21

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