mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: add indexes in db
This commit is contained in:
@@ -50,6 +50,7 @@ use Symfony\Component\Serializer\Attribute\Groups;
|
||||
]
|
||||
)]
|
||||
#[ORM\Entity(repositoryClass: IcannAccreditationRepository::class)]
|
||||
#[ORM\Index(name: 'icann_accreditation_status_idx', columns: ['status'])]
|
||||
class IcannAccreditation
|
||||
{
|
||||
#[ORM\Id]
|
||||
|
||||
Reference in New Issue
Block a user