misc/migration/3.13.8_Any.py
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 23 Jun 2015 15:50:18 +0200
changeset 10450 c5c9e5b6fde0
parent 7922 d307c3817782
permissions -rw-r--r--
[server/rql2sql] fix spelling in comment Not that I understand what that sentence means.

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