misc/migration/3.13.8_Any.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 18 Mar 2015 22:43:51 +0100
changeset 10280 2cdab5e33542
parent 7922 d307c3817782
permissions -rw-r--r--
[i18n] properly translate error messages related to violated unicity constraint. Closes #5100373

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