<?xml version="1.0" encoding="UTF-8"?>
<changelog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.liquigraph.org/schema/1.0/liquigraph.xsd">
    <changeset id="PLATFORM-2582_add_appId_subscriptions:1" author="npatel" run-on-change="true">
        <query>
            MATCH (s:Subscription)
            WHERE s.appId is null AND s.notificationType = "pushNotifications"
            SET s.name = lower(apoc.text.toUpperCase(s.feedType)), s.appId= "orchard-go";
        </query>
    </changeset>
</changelog>
