<?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="PLATFORM-1624_cleanup_sample_data:1" author="jpenner">
        <query>MATCH (n:Liquid) DETACH DELETE n</query>
        <query>MATCH (p:Person) DETACH DELETE p</query>
    </changeset>
    <changeset id="PLATFORM-1624_cleanup_sample_data:2" author="jpenner">
        <query>MATCH (m:Movie) DETACH DELETE m</query>
    </changeset>
    <changeset id="PLATFORM-1624_cleanup_sample_data:3" author="jpenner">
        <query>MATCH (g:Greeting) DETACH DELETE g</query>
    </changeset>
</changelog>
