misc/migration/3.13.8_Any.py
author Julien Cristau <julien.cristau@logilab.fr>
Thu, 19 Dec 2013 17:09:16 +0100
changeset 9369 176c1edf51b0
parent 7922 d307c3817782
permissions -rw-r--r--
[migration/3.18] disable all hooks when setting up symmetric relations This operation is semantically a no-op, so it should be invisible for the application. Related to #3259713.

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