<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://www.liquigraph.org/schema/1.0/liquigraph.xsd">
    <changeset id="PUB-201_comp-default:1" author="ratoui">
        <query>
            MATCH (pc:PublishingComposition)
            WHERE NOT EXISTS(pc.containsPublicDomain)
            SET pc.containsPublicDomain = false
        </query>
    </changeset>
    <changeset id="PUB-201_comp-default:2" author="ratoui">
        <query>
            MATCH (pc:PublishingComposition)
            WHERE NOT EXISTS(pc.containsSample)
            SET pc.containsSample = false
        </query>
    </changeset>
</changelog>
