<?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-NO-TICKET_ownership_participant_name_update:1" author="jmarais">
        <cypherquery>
            <![CDATA[
                MATCH (np:NrParticipant:NrOwnership)
                WHERE np.name STARTS WITH "& "
                WITH np, replace(np.name, "& ", "") as value
                SET np.name = value
                RETURN np.name
            ]]>
        </cypherquery>
    </changeset>
</changelog>
