Rapsys Git
/
airbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f79c68
)
Fix title length to 32
author
Raphaël Gertz
<git@rapsys.eu>
Wed, 11 Dec 2019 04:11:27 +0000
(
05:11
+0100)
committer
Raphaë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
patch
|
blob
|
history
diff --git
a/Resources/config/doctrine/Location.orm.yml
b/Resources/config/doctrine/Location.orm.yml
index 86d86dbb272dbd7cff2b1bed079cd3a2d518cada..0b276fa48130917269aecf75d05f3b32451787d8 100644
(file)
--- 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