misc/migration/3.13.8_Any.py
author Julien Cristau <julien.cristau@logilab.fr>
Thu, 19 Nov 2015 14:36:54 +0100
changeset 10843 580a6821713d
parent 7922 d307c3817782
permissions -rw-r--r--
[test] pull yapps from Logilab's github Fixes a couple of failures, pull request is almost a year old (https://github.com/smurfix/yapps/pull/2).

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