misc/migration/3.13.8_Any.py
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Fri, 06 Jul 2012 09:00:32 +0200
changeset 8449 cc83a3f16c0f
parent 7922 d307c3817782
permissions -rw-r--r--
[fti] make db-rebuild-fti accept etypes on command line (closes #2410508)

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