<?xml version="1.0" encoding="UTF-8"?>
<databaseChangeLog
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
	xmlns:neo4j="http://www.liquibase.org/xml/ns/dbchangelog-ext"
  xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-latest.xsd"
>
	<changeSet id="test_node:1" author="npatel">
		<neo4j:cypher>
          CREATE (:Test {title: 'My Life99'})
        </neo4j:cypher>
	</changeSet>
</databaseChangeLog>
