Feature: command to load addresses from France from bano.openstreetmap.fr

This commit is contained in:
2022-07-30 23:10:19 +02:00
parent 9b3b9f2552
commit 84cda8845d
6 changed files with 376 additions and 0 deletions

View File

@@ -20,6 +20,9 @@ use Symfony\Component\Serializer\Annotation\Groups;
* @ORM\Entity
* @ORM\Table(name="chill_main_address_reference", indexes={
* @ORM\Index(name="address_refid", columns={"refId"})
* },
* uniqueConstraints={
* @ORM\UniqueConstraint(name="chill_main_address_reference_unicity", columns={"refId", "source"})
* })
* @ORM\HasLifecycleCallbacks
*/