<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <changeset id="KDH-279_default_neo4j_server:1" author="ssavva" run-always="true">
        <cypherquery>
            <![CDATA[
                CREATE (n:KafkaDbDeploy {id: 1, description: "Changeset without neo4j-server param, default to music-graph"})
            ]]>
        </cypherquery>
    </changeset>
    <changeset id="KDH-279_default_neo4j_server:2" author="ssavva" neo4j-server="music-graph" run-always="true">
        <cypherquery>
            <![CDATA[
                CREATE (n:KafkaDbDeploy {id: 2, description: "Changeset with neo4j-server set to music-graph"})
            ]]>
        </cypherquery>
    </changeset>
    <changeset id="KDH-279_default_neo4j_server:3" author="ssavva" neo4j-server="nr-graph" run-always="true">
        <cypherquery>
            <![CDATA[
                CREATE (n:KafkaDbDeploy {id: 3, description: "Changeset with neo4j-server set to nr-graph"})
            ]]>
        </cypherquery>
    </changeset>
</changelog>
