misc/migration/3.13.8_Any.py
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 09 Nov 2015 15:44:06 +0100
changeset 10875 75d1b2d66f18
parent 7922 d307c3817782
permissions -rw-r--r--
[dataimport] remove autoflush_metadata from MassiveObjectStore parameters Hopefully not needed.

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