<?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_4:1" author="ssavva" run-always="true">
        <cypherquery>
            <![CDATA[
                MATCH(tr:Track)-[x:HAS_ASSET]->(oa:OrchardAsset)
                WHERE tr.id IN [
                    38829195,
                    38829196,
                    38829197,
                    38829198,
                    38829199,
                    38829200,
                    38829201,
                    38829202,
                    38829203,
                    38829204,
                    38829205,
                    38829206,
                    38829207,
                    38829208,
                    38829209,
                    38829243,
                    38829288,
                    38829289,
                    38829291,
                    38829307,
                    38829308,
                    38829310,
                    38829402,
                    38829403,
                    38829404,
                    38829405,
                    38829406,
                    38829407,
                    38829408,
                    38829409,
                    38829464,
                    38829465
                ]
                SET
                    tr.touchedByBackfill = datetime(),
                    x.touchedByBackfill = datetime(),
                    oa.touchedByBackfill = datetime()
                RETURN *
            ]]>
        </cypherquery>
    </changeset>
</changelog>
