From 5318bea7713c393e6a8b8a45a4d252b91a105cef Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Mon, 28 Dec 2020 08:53:37 +0100 Subject: [PATCH] Add snippet feature --- Resources/config/doctrine/Location.orm.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Resources/config/doctrine/Location.orm.yml b/Resources/config/doctrine/Location.orm.yml index 303a51b..211cbc4 100644 --- a/Resources/config/doctrine/Location.orm.yml +++ b/Resources/config/doctrine/Location.orm.yml @@ -43,6 +43,9 @@ Rapsys\AirBundle\Entity\Location: sessions: targetEntity: Rapsys\AirBundle\Entity\Session mappedBy: location + snippets: + targetEntity: Rapsys\AirBundle\Entity\Snippet + mappedBy: location indexes: #XXX: used in SessionRepository::(findAllPendingDailyWeather|findAllPendingHourlyWeather) zipcode: -- 2.41.0