<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.liquigraph.org/schema/1.0/liquigraph.xsd">
    <changeset id="PUB-13_create_publishing_profiles:1" author="jodonnell">
        <query>
          MATCH (identity:Identity {email: 'jodonnell@theorchard.com'})
            MERGE (increment:IncrementId {nodeName: 'Profile'})
                ON CREATE SET increment.id = 2
                ON MATCH SET increment.id = increment.id + 1
            CREATE (profile:Profile {
                profileId: (increment.id-1),
                profileType: 'PublishingProfile',
                profileName: 'PublishingProfile',
                roles: ['admin'],
                uuid: apoc.create.uuid()
            })
            MERGE (identity)-[:HAS_PROFILE]->(profile)
        </query>
    </changeset>

    <changeset id="PUB-13_create_publishing_profiles:2" author="jodonnell">
        <query>
          MATCH (identity:Identity {email: 'mgalizia@theorchard.com'})
            MERGE (increment:IncrementId {nodeName: 'Profile'})
                ON CREATE SET increment.id = 2
                ON MATCH SET increment.id = increment.id + 1
            CREATE (profile:Profile {
                profileId: (increment.id-1),
                profileType: 'PublishingProfile',
                profileName: 'PublishingProfile',
                roles: ['admin'],
                uuid: apoc.create.uuid()
            })
            MERGE (identity)-[:HAS_PROFILE]->(profile)
        </query>
    </changeset>

    <changeset id="PUB-13_create_publishing_profiles:3" author="jodonnell">
        <query>
          MATCH (identity:Identity {email: 'ratoui@theorchard.com'})
            MERGE (increment:IncrementId {nodeName: 'Profile'})
                ON CREATE SET increment.id = 2
                ON MATCH SET increment.id = increment.id + 1
            CREATE (profile:Profile {
                profileId: (increment.id-1),
                profileType: 'PublishingProfile',
                profileName: 'PublishingProfile',
                roles: ['admin'],
                uuid: apoc.create.uuid()
            })
            MERGE (identity)-[:HAS_PROFILE]->(profile)
        </query>
    </changeset>

    <changeset id="PUB-13_create_publishing_profiles:4" author="jodonnell">
        <query>
          MATCH (identity:Identity {email: 'tdenkinger@theorchard.com'})
            MERGE (increment:IncrementId {nodeName: 'Profile'})
                ON CREATE SET increment.id = 2
                ON MATCH SET increment.id = increment.id + 1
            CREATE (profile:Profile {
                profileId: (increment.id-1),
                profileType: 'PublishingProfile',
                profileName: 'PublishingProfile',
                roles: ['admin'],
                uuid: apoc.create.uuid()
            })
            MERGE (identity)-[:HAS_PROFILE]->(profile)
        </query>
    </changeset>

    <changeset id="PUB-13_create_publishing_profiles:5" author="jodonnell">
        <query>
          MATCH (identity:Identity {email: 'mmachado@theorchard.com'})
            MERGE (increment:IncrementId {nodeName: 'Profile'})
                ON CREATE SET increment.id = 2
                ON MATCH SET increment.id = increment.id + 1
            CREATE (profile:Profile {
                profileId: (increment.id-1),
                profileType: 'PublishingProfile',
                profileName: 'PublishingProfile',
                roles: ['admin'],
                uuid: apoc.create.uuid()
            })
            MERGE (identity)-[:HAS_PROFILE]->(profile)
        </query>
    </changeset>

    <changeset id="PUB-13_create_publishing_profiles:6" author="jodonnell">
       <query>
          MATCH (identity:Identity {email: 'mlorenz@theorchard.com'})
            MERGE (increment:IncrementId {nodeName: 'Profile'})
                ON CREATE SET increment.id = 2
                ON MATCH SET increment.id = increment.id + 1
            CREATE (profile:Profile {
                profileId: (increment.id-1),
                profileType: 'PublishingProfile',
                profileName: 'PublishingProfile',
                roles: ['admin'],
                uuid: apoc.create.uuid()
            })
            MERGE (identity)-[:HAS_PROFILE]->(profile)
        </query>
    </changeset>

    <changeset id="PUB-13_create_publishing_profiles:7" author="jodonnell">
        <query>
          MATCH (identity:Identity {email: 'mgonitzke@theorchard.com'})
            MERGE (increment:IncrementId {nodeName: 'Profile'})
                ON CREATE SET increment.id = 2
                ON MATCH SET increment.id = increment.id + 1
            CREATE (profile:Profile {
                profileId: (increment.id-1),
                profileType: 'PublishingProfile',
                profileName: 'PublishingProfile',
                roles: ['admin'],
                uuid: apoc.create.uuid()
            })
            MERGE (identity)-[:HAS_PROFILE]->(profile)
        </query>
    </changeset>

    <changeset id="PUB-13_create_publishing_profiles:8" author="jodonnell">
        <query>
          MATCH (identity:Identity {email: 'jgoldsmith@theorchard.com'})
            MERGE (increment:IncrementId {nodeName: 'Profile'})
                ON CREATE SET increment.id = 2
                ON MATCH SET increment.id = increment.id + 1
            CREATE (profile:Profile {
                profileId: (increment.id-1),
                profileType: 'PublishingProfile',
                profileName: 'PublishingProfile',
                roles: ['admin'],
                uuid: apoc.create.uuid()
            })
            MERGE (identity)-[:HAS_PROFILE]->(profile)
        </query>
    </changeset>
    <changeset id="PUB-13_create_publishing_profiles:9" author="jodonnell">
        <query>
          MATCH (identity:Identity {email: 'jfowler@theorchard.com'})
            MERGE (increment:IncrementId {nodeName: 'Profile'})
                ON CREATE SET increment.id = 2
                ON MATCH SET increment.id = increment.id + 1
            CREATE (profile:Profile {
                profileId: (increment.id-1),
                profileType: 'PublishingProfile',
                profileName: 'PublishingProfile',
                roles: ['admin'],
                uuid: apoc.create.uuid()
            })
            MERGE (identity)-[:HAS_PROFILE]->(profile)
        </query>
    </changeset>
</changelog>
