<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://florent.biville.net/liquigraph/schema/1.0/liquigraph.xsd">
    <changeset id="PUB-XX-trim-whitespace:1" author="ratoui">
        <query>
            <![CDATA[
                MATCH(sw:PublishingSongWriter) SET sw.legalName = trim(sw.legalName) RETURN true
            ]]>
        </query>
    </changeset>
    <changeset id="PUB-XX-trim-whitespace:2" author="ratoui">
        <query>
            <![CDATA[
                MATCH(p:PublishingPublisher) SET p.name = trim(p.name) RETURN true
            ]]>
        </query>
    </changeset>
</changelog>