X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/ad50ac76c788693925aa4d30fa5ebad4beca62db..1b730fd128c2767014b75babd4cb80381bbdd4c5:/Resources/config/doctrine/Location.orm.yml diff --git a/Resources/config/doctrine/Location.orm.yml b/Resources/config/doctrine/Location.orm.yml index abed5dd..41a3e0c 100644 --- a/Resources/config/doctrine/Location.orm.yml +++ b/Resources/config/doctrine/Location.orm.yml @@ -33,6 +33,8 @@ Rapsys\AirBundle\Entity\Location: type: decimal precision: 9 scale: 6 + hotspot: + type: boolean created: type: datetime updated: @@ -41,32 +43,14 @@ Rapsys\AirBundle\Entity\Location: sessions: targetEntity: Rapsys\AirBundle\Entity\Session mappedBy: location - -# manyToOne: -# title: -# targetEntity: Rapsys\UserBundle\Entity\Title -# inversedBy: users -# manyToMany: -# groups: -# targetEntity: Rapsys\UserBundle\Entity\Group -# inversedBy: users -# joinTable: -# name: groups_users -# -# manyToOne: -# site: -# targetEntity: Rapsys\BlogBundle\Entity\Site -# inversedBy: articles -# author: -# targetEntity: Rapsys\BlogBundle\Entity\Author -# inversedBy: articles -# manyToMany: -# keywords: -# targetEntity: Rapsys\BlogBundle\Entity\Keyword -# inversedBy: articles -# joinTable: -# name: articles_keywords -# oneToMany: -# article_translations: -# targetEntity: Rapsys\BlogBundle\Entity\ArticleTranslation -# mappedBy: article + 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 ]