<?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_5:1" author="pdumoulin" run-always="true">
        <cypherquery>
            <![CDATA[
                MATCH(tr:Track)-[x:HAS_ASSET]->(oa:OrchardAsset)
                WHERE tr.id IN [
                    38829305,
                    38829280,
                    38829287,
                    38829283,
                    38829295,
                    38829293,
                    38829279,
                    38829306,
                    38829296,
                    38829300,
                    38829285,
                    38829277,
                    38829304,
                    38829301,
                    38829302,
                    38829297,
                    38829281,
                    38829292,
                    38829303,
                    38829282,
                    38829294,
                    38829284,
                    38829286,
                    38829299,
                    38829298,
                    38829278
                ]
                SET
                    tr.touchedByBackfill = datetime(),
                    x.touchedByBackfill = datetime(),
                    oa.touchedByBackfill = datetime()
                RETURN *
            ]]>
        </cypherquery>
    </changeset>
</changelog>
