cubicweb/misc/migration/3.13.8_Any.py
author Laurent Peuch <cortex@worlddomination.be>
Fri, 27 Sep 2019 06:51:29 +0200
changeset 12772 a2b8c201727f
parent 12539 10159a3d1d72
permissions -rw-r--r--
[debug-toolbar/display_source_code] add helper to render link to source file Closes #17256791

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