misc/migration/3.21.1_Any.py
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 19 Oct 2015 17:54:26 +0200
changeset 10819 5b5864483c4d
parent 10553 1d824df4f2bd
permissions -rw-r--r--
[devtools] fix ResourceWarning: unclosed file tmpdb-__default_empty_db__.config

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