<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./schema.xsd">
    <changeset id="NO-TICKET_update_rca_sme_defaultbrands:1" author="papaonlegs" run-always="true">
        <cypherquery>
            <![CDATA[
                MATCH (i:Identity)
                WHERE i.email IN [
                    "eloise.bernard@sonymusic.com",
                    "william.stevens@sonymusic.com",
                    "nathalia.martinez@sonymusic.com"
                ]
                  SET i.defaultBrand = 'sme',   
                      i.updatedOn = datetime(), 
                      i.updatedBy = 'NO-TICKET_update_rca_sme_defaultbrands'
            ]]>
        </cypherquery>
    </changeset>
</changelog>
