cubicweb/misc/migration/3.11.0_Any.py
author Laurent Peuch <cortex@worlddomination.be>
Wed, 18 Dec 2019 05:48:25 +0100
changeset 12813 9c151701d63e
parent 11775 39cf9e55ada8
permissions -rw-r--r--
[doc/fix] BwCompatCWRegistry class doesn't exist anymore

for rtype in ('cw_support', 'cw_dont_cross', 'cw_may_cross'):
    drop_relation_type(rtype)

if not 'url' in schema['CWSource'].subjrels:
    add_attribute('CWSource', 'url')
    add_attribute('CWSource', 'parser')
    add_attribute('CWSource', 'latest_retrieval')