cubicweb/misc/migration/3.21.1_Any.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 03 Nov 2017 15:26:04 +0100
changeset 12238 6ed86e0b0222
parent 11057 0b59724cb3f2
permissions -rw-r--r--
[test] Stop using lgc.testlib in unittest_migractions

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