misc/migration/3.13.8_Any.py
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Thu, 29 Sep 2011 16:44:55 +0200
changeset 7965 d45c0eb39e72
parent 7922 d307c3817782
permissions -rw-r--r--
[server] fix integrity checks that destroy data (closes #1972842)

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