From: Raphaƫl Gertz Date: Wed, 11 Dec 2019 04:11:27 +0000 (+0100) Subject: Fix title length to 32 X-Git-Tag: 0.1.1~49 X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/6948e6377b0c7596f60c08f20f65f324f0b56bba Fix title length to 32 Add short field --- diff --git a/Resources/config/doctrine/Location.orm.yml b/Resources/config/doctrine/Location.orm.yml index 86d86db..0b276fa 100644 --- a/Resources/config/doctrine/Location.orm.yml +++ b/Resources/config/doctrine/Location.orm.yml @@ -12,7 +12,10 @@ Rapsys\AirBundle\Entity\Location: fields: title: type: string - length: 24 + length: 32 + short: + type: string + length: 16 address: type: string length: 32