misc/migration/3.13.8_Any.py
author Rémi Cardona <remi.cardona@logilab.fr>
Fri, 16 Oct 2015 11:15:50 +0200
changeset 10902 41bd01ebebb4
parent 7922 d307c3817782
permissions -rw-r--r--
[web] Add a <label> around choices on CheckBox and Radio form widgets Allows clicking directly on the text rather than only on the widget. Closes #7672774.

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