mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
chore: add description on migration
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -275,10 +275,6 @@ readonly class RDAPService
|
||||
)
|
||||
);
|
||||
|
||||
if (0 == count($roles)) {
|
||||
dd($entity);
|
||||
}
|
||||
|
||||
/*
|
||||
* Flatten the array
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user