<?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-591-fix:1" author="ratoui">
		<query>
		<![CDATA[
			MATCH(a:PublishingAgreement {lastModifiedAt: '11e259e5-5b61-48a6-b38b-2dd348ca4156'}) 
			SET a.lastModifiedAt = a.createdAt,
			a.lastModifedBy = a.createdBy 
		]]>
		</query>
	</changeset>
	<changeset id="PUB-591-fix:2" author="ratoui">
		<query>
		<![CDATA[
			MATCH(:PublishingComposition)-[r:HAS_AGREEMENT {lastModifiedAt: '11e259e5-5b61-48a6-b38b-2dd348ca4156'}]->(:PublishingAgreement)
			SET r.lastModifiedAt = r.createdAt,
			r.lastModifedBy = r.createdBy
		]]>
		</query>
	</changeset>
</changelog>
