feat: add indexes in db

This commit is contained in:
Maël Gangloff
2025-11-06 14:27:12 +01:00
parent 9c74833ed6
commit acaf4fe594
8 changed files with 45 additions and 25 deletions

View File

@@ -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]