<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <changeset id="PUB-724_touch_deduped_rels:1" author="jmarais">
        <cypherquery>
            <![CDATA[
                UNWIND [
                    { title: "Bad News Bears" },
                    { title: "Bada Bing! Wit A Pipe!" },
                    { title: "Be Good When I'm Gone" },
                    { title: "Beatdown in the Key of Happy" },
                    { title: "Bitter Sweet Symphony" },
                    { title: "Brain Pain" },
                    { title: "Bring On The World" },
                    { title: "Catastrophe" },
                    { title: "Cavalier" },
                    { title: "Crazy Pills" },
                    { title: "Daddy of Mine" },
                    { title: "Dead End Friend" },
                    { title: "Eating My Words" },
                    { title: "Enemy of the World" },
                    { title: "Fairweather Fan" },
                    { title: "Falling On You" },
                    { title: "Fight The Future" },
                    { title: "Find My Way Back" },
                    { title: "Flannel is the Color of My Energy" },
                    { title: "For Our Fathers" },
                    { title: "Get out of My Head" },
                    { title: "Go Down In History" },
                    { title: "Gravity" },
                    { title: "Heaven Wasn't Built To Hold Me" },
                    { title: "Heres to Swimming with Bow Legged Women" },
                    { title: "I Hold Myself in Contempt" },
                    { title: "If He's Here, Who's Runnin' Hell" },
                    { title: "Im a Big, Bright, Shining Star" },
                    { title: "It's Cool" },
                    { title: "Just Drive" },
                    { title: "Learn To Love The Lie" },
                    { title: "Let Me Down Again" },
                    { title: "Listen! Do You Smell Something?" },
                    { title: "Living Proof of a Stubborn Youth" },
                    { title: "Maniac (R.O.D)" },
                    { title: "Men Are From Mars, Women Are From Hell" },
                    { title: "Mouth Full of Dirt" },
                    { title: "MYVEK" },
                    { title: "Nice To Know" },
                    { title: "Nineteen with Neck Tatz" },
                    { title: "Only The Meek Get Pinched. The Bold Survive" },
                    { title: "Paul Reveres Midnight Ride" },
                    { title: "Pipe Dream" },
                    { title: "Prepare to Be Digitally Manipulated" },
                    { title: "Seventeen" },
                    { title: "So You're Saying There's a Chance..." },
                    { title: "Somewhere in My Memory" },
                    { title: "Stolen Credit Card!" },
                    { title: "Stuck In The Middle" },
                    { title: "Sweet Kerosene" },
                    { title: "Talking Myself in Circles" },
                    { title: "The Infected" },
                    { title: "The Security Of The Familiar, The Tranquility of Repetition" },
                    { title: "The Sound of Your Heart" },
                    { title: "The Takeover" },
                    { title: "The Worst Part About Me" },
                    { title: "This Body Pays the Bill$" },
                    { title: "This Summer Session" },
                    { title: "Tonight We Feel Alive (On a Saturday)" },
                    { title: "Tread Lightly" },
                    { title: "Unbreakable" },
                    { title: "Usefully Useless" },
                    { title: "We All Float Down Here" },
                    { title: "What The Hell Is A Gigawatt" },
                    { title: "What's in the Box?" },
                    { title: "Who Cares" },
                    { title: "Wipe Yourself off, Man. You Dead." },
                    { title: "Worst Part About Me" },
                    { title: "Wrecked 'Em? Damn Near Killed Em" },
                    { title: "Young at Heart" },
                    { title: "Your Ego Is Writing Checks Your Body Can't Cash" }
                ] as c
                MATCH (v:Vendor { vendorId: 24888 })-[:HAS_COMPOSITION]-(composition:PublishingComposition { title: c.title })-[rel:HAS_SOUND_RECORDING]->()
                SET
                    rel.lastModifiedAt = datetime(),
                    rel.lastModifiedBy = 'database/PUB-724_touch_deduped_rels'
                RETURN composition
            ]]>
        </cypherquery>
    </changeset>
</changelog>
