misc/migration/3.21.2_Any.py
author Rémi Cardona <remi.cardona@logilab.fr>
Wed, 16 Sep 2015 17:22:41 +0200
changeset 10696 4ba4be5553cf
parent 10627 ffef8ac383f4
permissions -rw-r--r--
[py3k] unicode vs str vs bytes vs the world

sync_schema_props_perms('cwuri')

helper = repo.system_source.dbhelper
cu = session.cnxset.cu
helper.set_null_allowed(cu, 'moved_entities', 'extid', 'VARCHAR(256)', False)

commit()