misc/migration/3.21.1_Any.py
author Julien Cristau <julien.cristau@logilab.fr>
Thu, 06 Aug 2015 15:21:58 +0200
changeset 10573 e4a807b49b58
parent 10553 1d824df4f2bd
permissions -rw-r--r--
[server/migractions] drop mock_object It doesn't seem to have ever been used.

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