chore: add description on migration

This commit is contained in:
Maël Gangloff
2024-12-20 20:43:43 +01:00
parent c9840473a2
commit 5b706174bb
2 changed files with 1 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ final class Version20241220161843 extends AbstractMigration
{ {
public function getDescription(): string public function getDescription(): string
{ {
return ''; return 'Use JSONB columns instead of JSON in database';
} }
public function up(Schema $schema): void public function up(Schema $schema): void

View File

@@ -275,10 +275,6 @@ readonly class RDAPService
) )
); );
if (0 == count($roles)) {
dd($entity);
}
/* /*
* Flatten the array * Flatten the array
*/ */