<?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_new_sme_default_brands:1" author="aoshomoji" run-always="true">
        <cypherquery>
            <![CDATA[
                MATCH (i:Identity)
                WHERE i.email IN [
                    "negla.abdela@sonymusic.com",
                    "jorge.garcia@sonymusic.com",
                    "louise.higgins@sonymusic.com",
                    "nikol.khabra@sonymusic.com",
                    "seri.kohli@sonymusic.com",
                    "rachel.kim@sonymusic.com",
                    "laura.hand@ministryofsoundrecords.com"
                ]
                  SET i.defaultBrand = 'sme',   
                      i.updatedOn = datetime(), 
                      i.updatedBy = 'NO-TICKET_set_new_sme_default_brands'
            ]]>
        </cypherquery>
    </changeset>
</changelog>
