misc/migration/3.5.0_Any.py
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Tue, 13 Oct 2009 07:31:51 +0200
branchstable
changeset 3650 012da21e43fe
parent 3277 4fdb165ae3de
child 4042 f85a4c846aad
permissions -rw-r--r--
ignore some internal warnings prevent the display of warnings caused by the definition of deprecated functions so that the output of cubicweb-ctl is not polluted.

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)