misc/migration/3.21.1_Any.py
author Samuel Trégouët <samuel.tregouet@logilab.fr>
Tue, 01 Dec 2015 13:38:21 +0100
changeset 10982 20bf21bb16e4
parent 10553 1d824df4f2bd
permissions -rw-r--r--
[dataimport] add missing import 'eschema_eid' grafted from e3ec46b5c710067a0cecca53cc593a0dd4bd927e (3.22) related to #9177565

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