<?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_2:1" author="pdumoulin" run-always="true">
        <cypherquery>
            <![CDATA[
                MATCH(tr:Track)-[x:HAS_ASSET]->(oa:OrchardAsset)
                WHERE tr.id IN [
                    38829249,
                    38829246,
                    38829338,
                    38829251,
                    38829449,
                    38829423,
                    38829453,
                    38829257,
                    38829452,
                    38829245,
                    38829458,
                    38829455,
                    38829339,
                    38829258,
                    38829457,
                    38829340,
                    38829447,
                    38829254,
                    38829462,
                    38829459,
                    38829252,
                    38829259,
                    38829451,
                    38829274,
                    38829248,
                    38829253,
                    38829250,
                    38829456,
                    38829247,
                    38829309,
                    38829255,
                    38829448,
                    38829256,
                    38829454,
                    38829370,
                    38829450,
                    38829341,
                    38829460
                ]
                SET
                    tr.touchedByBackfill = datetime(),
                    x.touchedByBackfill = datetime(),
                    oa.touchedByBackfill = datetime()
                RETURN *
            ]]>
        </cypherquery>
    </changeset>
</changelog>
