cubicweb/misc/migration/3.21.2_Any.py
author Denis Laxalde <denis.laxalde@logilab.fr>
Mon, 12 Sep 2016 09:01:47 +0200
changeset 11467 629d9e35ce28
parent 11057 0b59724cb3f2
child 11757 e845746b4d3c
permissions -rw-r--r--
[pkg] Inline call to setup() in setup.py The point of having this "install" function, called in "main" mode is not clear. Better stick to standard practices.

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