<?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_additional_sme_defaultbrands:1" author="aoshomoji" run-always="true">
        <cypherquery>
            <![CDATA[
                MATCH (i:Identity)
                WHERE i.email IN [
                    "inaya.henderson@sonymusic.com",
                    "marianne.calille@rcarecords.com",
                    "john.conway@sonymusic.com",
                    "kimberly.cordova@rcarecords.com",
                    "cherise.cryer@rcarecords.com",
                    "john.fleckenstein@sonymusic.com",
                    "justin.mcmullen@sonymusic.com",
                    "ishe.reyes@sonymusic.com"
                ]
                  SET i.defaultBrand = 'sme',   
                      i.updatedOn = datetime(), 
                      i.updatedBy = 'NO-TICKET_update_additional_sme_defaultbrands'
            ]]>
        </cypherquery>
    </changeset>
</changelog>
