X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/a6a7f8d7586fe24b0af6df0bfec34c86036dbef7..9309eaba0d6e5efa85d33be95f0a23f2df2e4228:/Resources/config/doctrine/Location.orm.yml diff --git a/Resources/config/doctrine/Location.orm.yml b/Resources/config/doctrine/Location.orm.yml index 9d26144..109ec98 100644 --- a/Resources/config/doctrine/Location.orm.yml +++ b/Resources/config/doctrine/Location.orm.yml @@ -60,6 +60,6 @@ Rapsys\AirBundle\Entity\Location: 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: [ ~, 3 ] + lengths: [ ~, 2 ] lifecycleCallbacks: preUpdate: ['preUpdate']