From 5b706174bb7658b842c09436ac806feb808d4765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Gangloff?= Date: Fri, 20 Dec 2024 20:43:43 +0100 Subject: [PATCH] chore: add description on migration --- migrations/Version20241220161843.php | 2 +- src/Service/RDAPService.php | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/migrations/Version20241220161843.php b/migrations/Version20241220161843.php index b4369f0..0ca3f69 100644 --- a/migrations/Version20241220161843.php +++ b/migrations/Version20241220161843.php @@ -14,7 +14,7 @@ final class Version20241220161843 extends AbstractMigration { public function getDescription(): string { - return ''; + return 'Use JSONB columns instead of JSON in database'; } public function up(Schema $schema): void diff --git a/src/Service/RDAPService.php b/src/Service/RDAPService.php index fc3ecc5..bf1f270 100644 --- a/src/Service/RDAPService.php +++ b/src/Service/RDAPService.php @@ -275,10 +275,6 @@ readonly class RDAPService ) ); - if (0 == count($roles)) { - dd($entity); - } - /* * Flatten the array */