<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./schema.xsd">
    <changeset id="SR-16_sync_track_asset_path_1:1" author="pdumoulin" run-always="true">
        <cypherquery>
            <![CDATA[
                MATCH(tr:Track)-[x:HAS_ASSET]->(oa:OrchardAsset)
                WHERE tr.id = 38829415
                SET
                    tr.touchedByBackfill = datetime(),
                    x.touchedByBackfill = datetime(),
                    oa.touchedByBackfill = datetime()
                RETURN *
            ]]>
        </cypherquery>
    </changeset>
</changelog>
