misc/migration/3.5.0_Any.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 20 Jan 2010 11:29:00 +0100
branchstable
changeset 4286 6801093af29c
parent 3277 4fdb165ae3de
child 4042 f85a4c846aad
permissions -rw-r--r--
fix bug: the 'table' argument is overwritten by the loop variable, causing latter crash due to this missing information

add_relation_type('prefered_form')

rql('SET X prefered_form Y WHERE Y canonical TRUE, X identical_to Y')
checkpoint()

drop_attribute('EmailAddress', 'canonical')
drop_relation_definition('EmailAddress', 'identical_to', 'EmailAddress')

if 'see_also' in schema:
    sync_schema_props_perms('see_also', syncprops=False, syncrdefs=False)