misc/migration/3.13.8_Any.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 23 Mar 2015 14:28:48 +0100
changeset 10284 fb113f9fa7d8
parent 7922 d307c3817782
permissions -rw-r--r--
[migration] sync_schema_props_perms should skip computed relations. Closes #5147796

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