<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://www.liquigraph.org/schema/1.0/liquigraph.xsd">
    <changeset id="NR-898_fix_appleMusicIds:1" author="jmarais" run-always="true">
        <cypherquery>
          <![CDATA[
            UNWIND [
                "e532ba70-60e1-42ad-bdc4-3d09aac5aff4",
                "28a14443-89c0-499b-a443-88f8956efb94",
                "4c4f8c27-d25f-46cd-a874-bc6c15d7072d",
                "e7095f57-e7c8-4fb3-a380-c6d4cb2f2be4",
                "1b262267-2eac-4db4-a052-3527f87e380a",
                "55f1a689-238d-43b4-b1ac-93ee2cfcebf8",
                "b6857b25-9174-41ad-9432-0273c6d87ef1",
                "03ea876f-70a1-428b-88d0-29f64a2d6217",
                "eaabdfc3-41c8-4b2a-81d8-8d67f62e0bde",
                "f472cfe9-6bb6-463d-9b9d-e648e3bbce9a",
                "9190b75f-b82e-4789-a0cd-06682a546476",
                "d28de498-37ef-410e-b707-e49b1a22d945"
            ] as x
            MATCH (n:NrParticipant { id: x})
            SET n.appleMusicId = substring(n.appleMusicId, 2)
          ]]>
        </cypherquery>
    </changeset>
</changelog>
