<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <changeset id="PLATFORM-3877-change-auth0-ids:1" author="pcherevko" run-always="true">
        <cypherquery>
            <![CDATA[
                MATCH (i:Identity {id:"1bdb1315-9ebd-4f30-b2b3-bfdb5a330430"})
                SET i.auth0UserId = '65a804d387b2b33bc5a32d3d'
                WITH i
                MATCH (j:Identity {id:"3c3e88c4-292a-40da-9e3a-7fdc33b478ee"})
                DETACH DELETE j
                RETURN i, j;
            ]]>
        </cypherquery>
    </changeset>
</changelog>
