<?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="DS-3045_delete_socialAccountStat:1" author="vpatel" run-on-change="true" run-always="true">
        <query>
            CALL apoc.periodic.iterate(
            "MATCH (sas:SocialAccountStat) RETURN sas LIMIT 5000000",
            "DELETE sas",
            {batchSize:1000, parallel:false})
        </query>
    </changeset>
</changelog>
