cubicweb/misc/migration/3.13.8_Any.py
author Denis Laxalde <denis.laxalde@logilab.fr>
Mon, 20 Mar 2017 16:51:41 +0100
branch3.24
changeset 12075 10d3bf220be2
parent 11057 0b59724cb3f2
child 12539 10159a3d1d72
permissions -rw-r--r--
[pkg] Restrict yams version to be less than 0.45.0 Because of reader's API changes x and other subtle but hard to debug changes in appobjects registration in version 0.45.0. Closes #17065626.

change_attribute_type('CWCache', 'timestamp', 'TZDatetime')
change_attribute_type('CWUser', 'last_login_time', 'TZDatetime')
change_attribute_type('CWSource', 'latest_retrieval', 'TZDatetime')
drop_attribute('CWSource', 'synchronizing')
add_attribute('CWSource', 'in_synchronization')