X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/200af578afb1727f3a69cacba536c9ef73456bb1..b55e9a8e7d1e5d43380d650129737dca42907375:/Resources/config/doctrine/Location.orm.yml diff --git a/Resources/config/doctrine/Location.orm.yml b/Resources/config/doctrine/Location.orm.yml index 41a3e0c..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 @@ -54,3 +51,5 @@ Rapsys\AirBundle\Entity\Location: #XXX: used in SessionRepository::(findAllPendingDailyWeather|findAllPendingHourlyWeather) zipcode: columns: [ zipcode ] + lifecycleCallbacks: + preUpdate: ['preUpdate']