cubicweb/misc/migration/3.21.1_Any.py
author Arthur Lutz <arthur.lutz@logilab.fr>
Sun, 02 Feb 2020 22:24:59 +0100
branch3.27
changeset 12859 5dacd3ac9584
parent 11057 0b59724cb3f2
permissions -rw-r--r--
[doc/book/admin/setup] update apt sources

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