cubicweb/misc/migration/3.21.2_Any.py
author Denis Laxalde <denis.laxalde@logilab.fr>
Thu, 08 Sep 2016 11:57:46 +0200
changeset 11453 3522d2a3389e
parent 11057 0b59724cb3f2
child 11757 e845746b4d3c
permissions -rw-r--r--
[pkg] Add missing entries to MANIFEST.in Detected by running `check-manifest <https://github.com/mgedmin/check-manifest>`_. Add a tox environment accordingly. Closes #15229018.

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