misc/migration/3.21.1_Any.py
author Julien Cristau <julien.cristau@logilab.fr>
Fri, 16 Oct 2015 16:44:36 +0200
changeset 10796 26a36c2a5fbd
parent 10553 1d824df4f2bd
permissions -rw-r--r--
[devtools] delete postgresql socket directory after killing the server ... or when failing to start it.

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