misc/migration/3.13.8_Any.py
author Rabah Meradi <rabah.meradi@logilab.fr>
Tue, 15 Dec 2015 08:55:58 +0100
changeset 10973 0939ad2edf63
parent 7922 d307c3817782
permissions -rw-r--r--
[adapters] Use an adapter for serializing entities to a bare python structure which may be used for e.g. JSON export or other and allow to have different serializations for each entity types. Closes #6378035

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