<?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="PUB-1036-make_properties_non_nullable:1" author="amontoya">
        <query>CREATE CONSTRAINT publisher_pubPublisherID FOR (p:PublishingPublisher) REQUIRE p.pubPublisherID IS NOT NULL</query>
    </changeset>
    <changeset id="PUB-1036-make_properties_non_nullable:2" author="amontoya">
        <query>CREATE CONSTRAINT songwriter_pubWriterID FOR (sw:PublishingSongWriter) REQUIRE sw.pubWriterID IS NOT NULL</query>
    </changeset>
    <changeset id="PUB-1036-make_properties_non_nullable:3" author="amontoya">
        <query>CREATE CONSTRAINT composition_pubSongID FOR (c:PublishingComposition) REQUIRE c.pubSongID IS NOT NULL</query>
    </changeset>
</changelog>
