misc/migration/3.21.2_Any.py
author Denis Laxalde <denis.laxalde@logilab.fr>
Fri, 11 Dec 2015 14:07:51 +0100
changeset 10976 b150016e476c
parent 10627 ffef8ac383f4
permissions -rw-r--r--
[tox] Ensure pytest gets run with virtualenv's python

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