<?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-602-fix-snowflake-sink:1" author="ratoui">
        <query>
            <![CDATA[
                MATCH(a:PublishingAgreement) WHERE apoc.meta.type(a.lastModifiedAt) <> "ZonedDateTime" AND a.lastModifiedAt IS NOT NULL
                SET a.lastModifiedAt = datetime(), a.lastModifiedBy = "510b0265-e6e1-4c4f-bfb9-c3d33e8f02a7"
            ]]>
        </query>
    </changeset>
</changelog>
