"'".addslashes($h)."'", RDAPService::ENTITY_HANDLE_BLACKLIST) ); $this->addSql(" DELETE FROM entity_event WHERE entity_uid IN ( SELECT id FROM entity WHERE handle IN ($handlesList) ) "); $this->addSql(" DELETE FROM domain_entity WHERE entity_uid IN ( SELECT id FROM entity WHERE handle IN ($handlesList) ) "); $this->addSql(" DELETE FROM nameserver_entity WHERE entity_uid IN ( SELECT id FROM entity WHERE handle IN ($handlesList) ) "); $this->addSql(" DELETE FROM entity WHERE handle IN ($handlesList) "); } public function down(Schema $schema): void { $this->write('Cannot restore deleted entities'); } }