<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./schema.xsd">
<changeset id="FS-1799_add_sme_uk_fansifter_users:1" author="durukov">
        <cypherquery>
            <![CDATA[
                MERGE (increment:IncrementId {nodeName: 'Profile'})
                    ON CREATE SET increment.id = 2
                    ON MATCH SET increment.id = increment.id + 1
                CREATE (profile:Profile {
                    brand: 'sme',
                    profileId: (increment.id-1),
                    profileType: 'AudienceProfile',
                    profileName: 'Jack Cook',
                    roles: ['audience'],
                    fullCatalogAccess: false,
                    uuid: apoc.create.uuid(),
                    createdAt: datetime(),
                    lastModifiedAt: datetime(),
                    createdBy: 'https://theorchard.atlassian.net/browse/FS-1799',
                    updatedBy: 'https://theorchard.atlassian.net/browse/FS-1799'
                })
                WITH profile
                MATCH (v:Vendor {id: 34588 })
                MERGE (profile)-[:HAS_ACCESS_TO]->(v)
                WITH profile
                CREATE (identity:Identity{
                    email: 'jack.cook@sonymusic.com',
                    firstName: 'Jack',
                    lastName: 'Cook',
                    name:'Jack Cook',
                    id:apoc.create.uuid(),
                    active: 'Y',
                    createdAt: datetime(),
                    defaultBrand: 'sme',
                    localization: 'en',
                    numberFormat: 'us',
                    createdBy: 'https://theorchard.atlassian.net/browse/FS-1799',
                    updatedBy: 'https://theorchard.atlassian.net/browse/FS-1799',
                    userTypes: ['label']
                })
                MERGE(identity)-[:HAS_PROFILE]->(profile)
            ]]>
        </cypherquery>
    </changeset>
<changeset id="FS-1799_add_sme_uk_fansifter_users:2" author="durukov">
        <cypherquery>
            <![CDATA[
                MERGE (increment:IncrementId {nodeName: 'Profile'})
                    ON CREATE SET increment.id = 2
                    ON MATCH SET increment.id = increment.id + 1
                CREATE (profile:Profile {
                    brand: 'sme',
                    profileId: (increment.id-1),
                    profileType: 'AudienceProfile',
                    profileName: 'Dorothy Hui',
                    roles: ['audience'],
                    fullCatalogAccess: false,
                    uuid: apoc.create.uuid(),
                    createdAt: datetime(),
                    lastModifiedAt: datetime(),
                    createdBy: 'https://theorchard.atlassian.net/browse/FS-1799',
                    updatedBy: 'https://theorchard.atlassian.net/browse/FS-1799'
                })
                WITH profile
                MATCH (v:Vendor {id: 34588 })
                MERGE (profile)-[:HAS_ACCESS_TO]->(v)
                WITH profile
                CREATE (identity:Identity{
                    email: 'dorothy.hui@sonymusic.com',
                    firstName: 'Dorothy',
                    lastName: 'Hui',
                    name:'Dorothy Hui',
                    id:apoc.create.uuid(),
                    active: 'Y',
                    createdAt: datetime(),
                    defaultBrand: 'sme',
                    localization: 'en',
                    numberFormat: 'us',
                    createdBy: 'https://theorchard.atlassian.net/browse/FS-1799',
                    updatedBy: 'https://theorchard.atlassian.net/browse/FS-1799',
                    userTypes: ['label']
                })
                MERGE(identity)-[:HAS_PROFILE]->(profile)
            ]]>
        </cypherquery>
    </changeset>
<changeset id="FS-1799_add_sme_uk_fansifter_users:3" author="durukov">
        <cypherquery>
            <![CDATA[
                MERGE (increment:IncrementId {nodeName: 'Profile'})
                    ON CREATE SET increment.id = 2
                    ON MATCH SET increment.id = increment.id + 1
                CREATE (profile:Profile {
                    brand: 'sme',
                    profileId: (increment.id-1),
                    profileType: 'AudienceProfile',
                    profileName: 'Akinyemi Abudu',
                    roles: ['audience'],
                    fullCatalogAccess: false,
                    uuid: apoc.create.uuid(),
                    createdAt: datetime(),
                    lastModifiedAt: datetime(),
                    createdBy: 'https://theorchard.atlassian.net/browse/FS-1799',
                    updatedBy: 'https://theorchard.atlassian.net/browse/FS-1799'
                })
                WITH profile
                MATCH (v:Vendor {id: 34588 })
                MERGE (profile)-[:HAS_ACCESS_TO]->(v)
                WITH profile
                CREATE (identity:Identity{
                    email: 'Akinyemi.abudu@sonymusic.com',
                    firstName: 'Akinyemi',
                    lastName: 'Abudu',
                    name:'Akinyemi Abudu',
                    id:apoc.create.uuid(),
                    active: 'Y',
                    createdAt: datetime(),
                    defaultBrand: 'sme',
                    localization: 'en',
                    numberFormat: 'us',
                    createdBy: 'https://theorchard.atlassian.net/browse/FS-1799',
                    updatedBy: 'https://theorchard.atlassian.net/browse/FS-1799',
                    userTypes: ['label']
                })
                MERGE(identity)-[:HAS_PROFILE]->(profile)
            ]]>
        </cypherquery>
    </changeset>
<changeset id="FS-1799_add_sme_uk_fansifter_users:4" author="durukov">
        <cypherquery>
            <![CDATA[
                MERGE (increment:IncrementId {nodeName: 'Profile'})
                    ON CREATE SET increment.id = 2
                    ON MATCH SET increment.id = increment.id + 1
                CREATE (profile:Profile {
                    brand: 'sme',
                    profileId: (increment.id-1),
                    profileType: 'AudienceProfile',
                    profileName: 'Joe Koszulinski',
                    roles: ['audience'],
                    fullCatalogAccess: false,
                    uuid: apoc.create.uuid(),
                    createdAt: datetime(),
                    lastModifiedAt: datetime(),
                    createdBy: 'https://theorchard.atlassian.net/browse/FS-1799',
                    updatedBy: 'https://theorchard.atlassian.net/browse/FS-1799'
                })
                WITH profile
                MATCH (v:Vendor {id: 34588 })
                MERGE (profile)-[:HAS_ACCESS_TO]->(v)
                WITH profile
                CREATE (identity:Identity{
                    email: 'joe.koszulinski@sonymusic.com',
                    firstName: 'Joe',
                    lastName: 'Koszulinski',
                    name:'Joe Koszulinski',
                    id:apoc.create.uuid(),
                    active: 'Y',
                    createdAt: datetime(),
                    defaultBrand: 'sme',
                    localization: 'en',
                    numberFormat: 'us',
                    createdBy: 'https://theorchard.atlassian.net/browse/FS-1799',
                    updatedBy: 'https://theorchard.atlassian.net/browse/FS-1799',
                    userTypes: ['label']
                })
                MERGE(identity)-[:HAS_PROFILE]->(profile)
            ]]>
        </cypherquery>
    </changeset>
<changeset id="FS-1799_add_sme_uk_fansifter_users:5" author="durukov">
        <cypherquery>
            <![CDATA[
                MERGE (increment:IncrementId {nodeName: 'Profile'})
                    ON CREATE SET increment.id = 2
                    ON MATCH SET increment.id = increment.id + 1
                CREATE (profile:Profile {
                    brand: 'sme',
                    profileId: (increment.id-1),
                    profileType: 'AudienceProfile',
                    profileName: 'Kat Thomas',
                    roles: ['audience'],
                    fullCatalogAccess: false,
                    uuid: apoc.create.uuid(),
                    createdAt: datetime(),
                    lastModifiedAt: datetime(),
                    createdBy: 'https://theorchard.atlassian.net/browse/FS-1799',
                    updatedBy: 'https://theorchard.atlassian.net/browse/FS-1799'
                })
                WITH profile
                MATCH (v:Vendor {id: 34588 })
                MERGE (profile)-[:HAS_ACCESS_TO]->(v)
                WITH profile
                CREATE (identity:Identity{
                    email: 'kat.thomas@sonymusic.com',
                    firstName: 'Kat',
                    lastName: 'Thomas',
                    name:'Kat Thomas',
                    id:apoc.create.uuid(),
                    active: 'Y',
                    createdAt: datetime(),
                    defaultBrand: 'sme',
                    localization: 'en',
                    numberFormat: 'us',
                    createdBy: 'https://theorchard.atlassian.net/browse/FS-1799',
                    updatedBy: 'https://theorchard.atlassian.net/browse/FS-1799',
                    userTypes: ['label']
                })
                MERGE(identity)-[:HAS_PROFILE]->(profile)
            ]]>
        </cypherquery>
    </changeset>
<changeset id="FS-1799_add_sme_uk_fansifter_users:6" author="durukov">
        <cypherquery>
            <![CDATA[
                MERGE (increment:IncrementId {nodeName: 'Profile'})
                    ON CREATE SET increment.id = 2
                    ON MATCH SET increment.id = increment.id + 1
                CREATE (profile:Profile {
                    brand: 'sme',
                    profileId: (increment.id-1),
                    profileType: 'AudienceProfile',
                    profileName: 'Georgina Connaughton',
                    roles: ['audience'],
                    fullCatalogAccess: false,
                    uuid: apoc.create.uuid(),
                    createdAt: datetime(),
                    lastModifiedAt: datetime(),
                    createdBy: 'https://theorchard.atlassian.net/browse/FS-1799',
                    updatedBy: 'https://theorchard.atlassian.net/browse/FS-1799'
                })
                WITH profile
                MATCH (v:Vendor {id: 34588 })
                MERGE (profile)-[:HAS_ACCESS_TO]->(v)
                WITH profile
                CREATE (identity:Identity{
                    email: 'Georgina.connaughton@sonymusic.com',
                    firstName: 'Georgina',
                    lastName: 'Connaughton',
                    name:'Georgina Connaughton',
                    id:apoc.create.uuid(),
                    active: 'Y',
                    createdAt: datetime(),
                    defaultBrand: 'sme',
                    localization: 'en',
                    numberFormat: 'us',
                    createdBy: 'https://theorchard.atlassian.net/browse/FS-1799',
                    updatedBy: 'https://theorchard.atlassian.net/browse/FS-1799',
                    userTypes: ['label']
                })
                MERGE(identity)-[:HAS_PROFILE]->(profile)
            ]]>
        </cypherquery>
    </changeset>
<changeset id="FS-1799_add_sme_uk_fansifter_users:7" author="durukov">
        <cypherquery>
            <![CDATA[
                MERGE (increment:IncrementId {nodeName: 'Profile'})
                    ON CREATE SET increment.id = 2
                    ON MATCH SET increment.id = increment.id + 1
                CREATE (profile:Profile {
                    brand: 'sme',
                    profileId: (increment.id-1),
                    profileType: 'AudienceProfile',
                    profileName: 'Rhianna Paxton',
                    roles: ['audience'],
                    fullCatalogAccess: false,
                    uuid: apoc.create.uuid(),
                    createdAt: datetime(),
                    lastModifiedAt: datetime(),
                    createdBy: 'https://theorchard.atlassian.net/browse/FS-1799',
                    updatedBy: 'https://theorchard.atlassian.net/browse/FS-1799'
                })
                WITH profile
                MATCH (v:Vendor {id: 34588 })
                MERGE (profile)-[:HAS_ACCESS_TO]->(v)
                WITH profile
                CREATE (identity:Identity{
                    email: 'Rhianna.paxton@sonymusic.com',
                    firstName: 'Rhianna',
                    lastName: 'Paxton',
                    name:'Rhianna Paxton',
                    id:apoc.create.uuid(),
                    active: 'Y',
                    createdAt: datetime(),
                    defaultBrand: 'sme',
                    localization: 'en',
                    numberFormat: 'us',
                    createdBy: 'https://theorchard.atlassian.net/browse/FS-1799',
                    updatedBy: 'https://theorchard.atlassian.net/browse/FS-1799',
                    userTypes: ['label']
                })
                MERGE(identity)-[:HAS_PROFILE]->(profile)
            ]]>
        </cypherquery>
    </changeset>
<changeset id="FS-1799_add_sme_uk_fansifter_users:8" author="durukov">
        <cypherquery>
            <![CDATA[
                MERGE (increment:IncrementId {nodeName: 'Profile'})
                    ON CREATE SET increment.id = 2
                    ON MATCH SET increment.id = increment.id + 1
                CREATE (profile:Profile {
                    brand: 'sme',
                    profileId: (increment.id-1),
                    profileType: 'AudienceProfile',
                    profileName: 'Maddie Brown',
                    roles: ['audience'],
                    fullCatalogAccess: false,
                    uuid: apoc.create.uuid(),
                    createdAt: datetime(),
                    lastModifiedAt: datetime(),
                    createdBy: 'https://theorchard.atlassian.net/browse/FS-1799',
                    updatedBy: 'https://theorchard.atlassian.net/browse/FS-1799'
                })
                WITH profile
                MATCH (v:Vendor {id: 34588 })
                MERGE (profile)-[:HAS_ACCESS_TO]->(v)
                WITH profile
                CREATE (identity:Identity{
                    email: 'madelaine.brown@sonymusic.com',
                    firstName: 'Maddie',
                    lastName: 'Brown',
                    name:'Maddie Brown',
                    id:apoc.create.uuid(),
                    active: 'Y',
                    createdAt: datetime(),
                    defaultBrand: 'sme',
                    localization: 'en',
                    numberFormat: 'us',
                    createdBy: 'https://theorchard.atlassian.net/browse/FS-1799',
                    updatedBy: 'https://theorchard.atlassian.net/browse/FS-1799',
                    userTypes: ['label']
                })
                MERGE(identity)-[:HAS_PROFILE]->(profile)
            ]]>
        </cypherquery>
    </changeset>
<changeset id="FS-1799_add_sme_uk_fansifter_users:9" author="durukov">
        <cypherquery>
            <![CDATA[
                MERGE (increment:IncrementId {nodeName: 'Profile'})
                    ON CREATE SET increment.id = 2
                    ON MATCH SET increment.id = increment.id + 1
                CREATE (profile:Profile {
                    brand: 'sme',
                    profileId: (increment.id-1),
                    profileType: 'AudienceProfile',
                    profileName: 'Lucy Ball',
                    roles: ['audience'],
                    fullCatalogAccess: false,
                    uuid: apoc.create.uuid(),
                    createdAt: datetime(),
                    lastModifiedAt: datetime(),
                    createdBy: 'https://theorchard.atlassian.net/browse/FS-1799',
                    updatedBy: 'https://theorchard.atlassian.net/browse/FS-1799'
                })
                WITH profile
                MATCH (v:Vendor {id: 34588 }),(i:Identity {id:'b8dfa7f7-5b6a-43c1-9469-22a4b3778933'})
                MERGE (profile)-[:HAS_ACCESS_TO]->(v)
                WITH profile,i
                MERGE(i)-[:HAS_PROFILE]->(profile)
            ]]>
        </cypherquery>
    </changeset>
</changelog>
