<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <changeset id="INC-34-create-ows-metadata-m2m-user:1" author="bburton">
        <query>
            <![CDATA[ 
                CREATE (i:Identity {
                    id: '2a7101d3-c55b-4044-96bd-1c0feffb6644',
                    active: 'Y',
                    name: 'ows-metadata',
                    email: 'ows-metadata@theorchard.com',
                    defaultBrand: 'orchard'
                })-[:HAS_PROFILE]->(p:Profile {
                    profileId: 8675309,
                    profileType: 'OrchAdminProfile',
                    profileName: 'ows-metadata',
                    firstName: 'ows',
                    lastName: 'metadata',
                    roles: [],
                    updatedBy: 'INC-34-create-ows-metadata-m2m-user',
                    uuid: '2a544b77-b56f-417f-bbeb-0b1ea6875fa1'
                })
            ]]>
        </query>
    </changeset>
</changelog>