<?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="DS-5854_UPDATE_gp_to_pp_rel:1" author="rroy" run-always="true">
        <cypherquery>
            <![CDATA[
                MATCH (gp:GlobalParticipant {id: "76c82404-35bc-4ec5-ba9d-3ebbd43f40f6"})-[r:DELETED_REPRESENTS]-(pp:PublicParticipant)
                DELETE r
            ]]>
        </cypherquery>
    </changeset>
    <changeset id="DS-5854_UPDATE_gp_to_pp_rel:2" author="rroy" run-always="true">
        <cypherquery>
            <![CDATA[
                MATCH (gp:GlobalParticipant {id: "76c82404-35bc-4ec5-ba9d-3ebbd43f40f6"})-[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>
