<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <changeset id="IN-10738_baсkfill_participated_in_rels:1" author="borisuvarov" run-always="true">
        <precondition>
            <sqlquery>
                <![CDATA[
                    SELECT UUID
                    FROM facts.prod.label_participant;
                ]]>
            </sqlquery>
        </precondition>
        <cypherquery>
            <![CDATA[
                MATCH (:LabelParticipant {uuid: event.UUID})-[pi:PARTICIPATED_IN]->(:Orchard:Track)
                SET pi.touchedByBackfill=datetime()
            ]]>
        </cypherquery>
    </changeset>
</changelog>


