misc/migration/3.13.8_Any.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 07 Oct 2011 15:55:15 +0200
branchstable
changeset 7922 d307c3817782
parent 7921 a93e2ed5877a
permissions -rw-r--r--
[repository] use utcnow instead of now for some internal timetamps (closes #1988458)

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