<?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-2216-DELETE_devices_null_ids:1" author="pdumoulin" run-on-change="true">
        <query>
        MATCH (d:Device)
        WHERE d.deviceId IS NULL
        DETACH DELETE d;
        </query>
    </changeset>
</changelog>
