<?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_set_sme_default_brands:1" author="aoshomoji" run-always="true">
        <cypherquery>
            <![CDATA[
                MATCH (i:Identity)
                WHERE i.email IN [
                    "adriana.palma@sonymusic.com",
                    "juan.machado@sonymusic.com",
                    "jose.abreu@sonymusic.com",
                    "herb.payan@sonymusic.com"
                ]
                  SET i.defaultBrand = 'sme',   
                      i.updatedOn = datetime(), 
                      i.updatedBy = 'NO-TICKET_set_sme_default_brands'
            ]]>
        </cypherquery>
    </changeset>
</changelog>
