X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/acd361c763bddfdaafdd57df0ca5a7aaf4a1da90..d8240eb32fdcf63acaae6dcb6ac90ffcdeb30ffd:/Resources/config/doctrine/Location.orm.yml diff --git a/Resources/config/doctrine/Location.orm.yml b/Resources/config/doctrine/Location.orm.yml index 303a51b..0cb8dfc 100644 --- a/Resources/config/doctrine/Location.orm.yml +++ b/Resources/config/doctrine/Location.orm.yml @@ -13,9 +13,6 @@ Rapsys\AirBundle\Entity\Location: title: type: string length: 32 - short: - type: string - length: 16 address: type: string length: 32 @@ -43,7 +40,16 @@ Rapsys\AirBundle\Entity\Location: sessions: targetEntity: Rapsys\AirBundle\Entity\Session mappedBy: location + snippets: + targetEntity: Rapsys\AirBundle\Entity\Snippet + mappedBy: location + manyToMany: + users: + targetEntity: Rapsys\AirBundle\Entity\User + mappedBy: locations indexes: #XXX: used in SessionRepository::(findAllPendingDailyWeather|findAllPendingHourlyWeather) zipcode: columns: [ zipcode ] + lifecycleCallbacks: + preUpdate: ['preUpdate']