<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <changeset id="NR-1274_update_scf_template:1" author="gmaroulis" run-always="true">
        <query>
            MATCH (s:NrOwnershipService:NrOwnership { service: "SCF" } )
            SET s.audioTemplate="scf-audio-video-10-09-2024.xlsx",
            s.videoTemplate="scf-audio-video-10-09-2024.xlsx",
            s.audioTemplateContentStartingFromRow=2,
            s.videoTemplateContentStartingFromRow=2;
        </query>
    </changeset>
</changelog>