cubicweb/misc/migration/3.21.1_Any.py
changeset 11057 0b59724cb3f2
parent 10553 1d824df4f2bd
equal deleted inserted replaced
11052:058bb3dc685f 11057:0b59724cb3f2
       
     1 # re-read ComputedRelation permissions from schema.py now that we're
       
     2 # able to serialize them
       
     3 for computedrtype in schema.iter_computed_relations():
       
     4     sync_schema_props_perms(computedrtype.type)