<?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="NR-1276-simim-template-row-offsets:1" author="astorkey">
        <query>
            <![CDATA[
                match(s:NrOwnershipService)
                SET
                    s.audioTemplateContentStartingFromRow = CASE WHEN s.cmmId = 1652 THEN 8 ELSE 2 END,
                    s.videoTemplateContentStartingFromRow = CASE WHEN s.cmmId = 1652 THEN 8 ELSE 2 END
            ]]>
        </query>
    </changeset>
</changelog>
