<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./schema.xsd">
    <changeset id="NR-181_migration_identity:1" author="rshield">
      <cypherquery>
        <![CDATA[
            CREATE (i:Identity {
                email: 'jeden+migration@theorchard.com',
                id: apoc.create.uuid(),
                name: 'knr-migration'
            })
        ]]>
      </cypherquery>
    </changeset>
</changelog>
