<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://www.liquigraph.org/schema/1.0/liquigraph.xsd">
    <changeset id="IN-10387_fix_and_touch:1" author="borisuvarov" run-always="true">
        <cypherquery>
            <![CDATA[
                MATCH (gp:GlobalParticipant {id: "7336fda7-a2fe-42de-abeb-9c9b18bd3bae"})-[r:DELETED_REPRESENTS]-(pp:PublicParticipant)
                DELETE r
            ]]>
        </cypherquery>
    </changeset>
    <changeset id="IN-10387_fix_and_touch:2" author="borisuvarov" run-always="true">
        <cypherquery>
            <![CDATA[
                MATCH (gp:GlobalParticipant {id: "7336fda7-a2fe-42de-abeb-9c9b18bd3bae"})-[r:REPRESENTS]-(pp:PublicParticipant)-[pi:PARTICIPATED_IN]->(psr:PublicSoundRecording)
                SET r.touchedByBackfill = datetime(), pi.touchedByBackfill = datetime(), psr.touchedByBackfill = datetime(), pp.touchedByBackfill = datetime()
            ]]>
        </cypherquery>
    </changeset>
</changelog>
