misc/migration/3.10.5_Any.py
author David Douard <david.douard@logilab.fr>
Tue, 06 Aug 2013 16:53:53 +0200
branchstable
changeset 9216 5b440b87cd2d
parent 6622 27402fe6a94a
permissions -rw-r--r--
Added tag cubicweb-centos-version-3.17.6-1, cubicweb-version-3.17.6, cubicweb-debian-version-3.17.6-1 for changeset 5b9fedf67a29

sync_schema_props_perms('CWSourceHostConfig', syncperms=False)

sql('INSERT INTO cw_source_relation(eid_from, eid_to) '
    'SELECT e.eid,s.cw_eid FROM entities as e, cw_CWSource as s '
    'WHERE s.cw_name=e.source AND NOT EXISTS(SELECT 1 FROM cw_source_relation WHERE eid_from=e.eid AND eid_to=s.cw_eid)')
commit()