This commit is contained in:
Julien Fastré 2022-05-06 17:29:03 +02:00
parent 3a115744fe
commit 6453de32ec

View File

@ -23,7 +23,7 @@ use Symfony\Component\Serializer\Annotation\Groups;
* name="chill_main_postal_code",
* indexes={
* @ORM\Index(name="search_name_code", columns={"code", "label"}),
* @ORM\Index(name="search_by_reference_code", colums={"code", "refpostalcodeid"})
* @ORM\Index(name="search_by_reference_code", columns={"code", "refpostalcodeid"})
* })
*
* @ORM\HasLifecycleCallbacks