X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/e0b4fdcc56760553077145399245a3290df41327..ae0d339ee9f1003b9e9cea62f18c5859d8b87b54:/Resources/config/doctrine/Location.orm.yml diff --git a/Resources/config/doctrine/Location.orm.yml b/Resources/config/doctrine/Location.orm.yml index ba031a0..2393106 100644 --- a/Resources/config/doctrine/Location.orm.yml +++ b/Resources/config/doctrine/Location.orm.yml @@ -56,5 +56,10 @@ Rapsys\AirBundle\Entity\Location: #XXX: used in SessionRepository::(findAllPendingDailyWeather|findAllPendingHourlyWeather) zipcode: columns: [ zipcode ] + city_zipcode2: + columns: [ city, zipcode ] + #XXX: see https://github.com/doctrine/dbal/pull/2412 and https://stackoverflow.com/questions/32539973/configuring-index-text-length-mysql-in-doctrine + options: + lengths: [ ~, 2 ] lifecycleCallbacks: preUpdate: ['preUpdate']