misc/migration/3.13.0_Any.py
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 11 Feb 2014 17:29:58 +0100
changeset 9511 241b1232ed7f
parent 7921 a93e2ed5877a
permissions -rw-r--r--
Use repoapi instead of dbapi for cwctl shell, upgrade and db-init Hopefully nobody uses dbapi-specific API in their migration scripts. I guess we'll find out.

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