<?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="SWITCH-1591_create_participation_role_constraints:1" author="owright">
        <query>CREATE CONSTRAINT ON (n:ParticipationRoleCategory) ASSERT EXISTS(n.name)</query>
    </changeset>
    <changeset id="SWITCH-1591_create_participation_role_constraints:2" author="owright">
        <query>CREATE CONSTRAINT ON (n:ParticipationRoleCategory) ASSERT n.name IS UNIQUE</query>
    </changeset>
    <changeset id="SWITCH-1591_create_participation_role_constraints:3" author="owright">
        <query>CREATE CONSTRAINT ON (n:ParticipationRole) ASSERT EXISTS(n.name)</query>
    </changeset>
    <changeset id="SWITCH-1591_create_participation_role_constraints:4" author="owright">
        <query>CREATE CONSTRAINT ON (n:ParticipationRole) ASSERT n.name IS UNIQUE</query>
    </changeset>
</changelog>
