misc/migration/3.8.3_Any.py
author Julien Cristau <julien.cristau@logilab.fr>
Thu, 23 Jan 2014 10:53:24 +0100
changeset 9477 07fc991612b0
parent 5589 25bf54dab82b
permissions -rw-r--r--
[migration/3.18] protect against attributes in db missing from fsschema Happens if a previous migration forgot a drop_attribute. Closes #3471609

if 'same_as' in schema:
    sync_schema_props_perms('same_as', syncperms=False)
sync_schema_props_perms('Bookmark', syncperms=False)