]> Raphaël G. Git Repositories - airbundle/commitdiff
Fix title length to 32
authorRaphaël Gertz <git@rapsys.eu>
Wed, 11 Dec 2019 04:11:27 +0000 (05:11 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Wed, 11 Dec 2019 04:11:27 +0000 (05:11 +0100)
Add short field

Resources/config/doctrine/Location.orm.yml

index 86d86dbb272dbd7cff2b1bed079cd3a2d518cada..0b276fa48130917269aecf75d05f3b32451787d8 100644 (file)
@@ -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