chore: code format

This commit is contained in:
Maël Gangloff
2025-09-10 21:39:17 +02:00
parent 28fb5f2fc3
commit 10e573e483
5 changed files with 15 additions and 15 deletions

View File

@@ -32,8 +32,6 @@ final class Version20250910171544 extends AbstractMigration
$this->addSql("DELETE FROM entity_event ev USING entity e WHERE ev.entity_uid = e.id AND e.handle ~ '^[0-9]+$'");
$this->addSql("DELETE FROM nameserver_entity ne USING entity e WHERE ne.entity_uid = e.id AND e.handle ~ '^[0-9]+$'");
$this->addSql("DELETE FROM entity WHERE handle ~ '^[0-9]+$'");
}
public function down(Schema $schema): void