misc/migration/3.13.0_Any.py
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 17 Dec 2013 11:50:31 +0100
changeset 9480 14159c600dad
parent 7921 a93e2ed5877a
permissions -rw-r--r--
[req] if a user has a None property, fall back to the default This can happen for InternalManager; the normal CWUser implementation of property_value already has a similar fallback. Related to #3381521

sync_schema_props_perms('cw_source', syncprops=False)
if schema['BigInt'].eid is None:
    add_entity_type('BigInt')