Rapsys Git
/
airbundle
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Switch session retrieval to new fetchOneById repository function
[airbundle]
/
Resources
/
config
/
doctrine
/
Location.orm.yml
diff --git
a/Resources/config/doctrine/Location.orm.yml
b/Resources/config/doctrine/Location.orm.yml
index 86d86dbb272dbd7cff2b1bed079cd3a2d518cada..abed5ddf819b922b7ce82e8e17fa4d0599a301dd 100644
(file)
--- a/
Resources/config/doctrine/Location.orm.yml
+++ b/
Resources/config/doctrine/Location.orm.yml
@@
-1,6
+1,6
@@
Rapsys\AirBundle\Entity\Location:
type: entity
Rapsys\AirBundle\Entity\Location:
type: entity
-
#
repositoryClass: Rapsys\AirBundle\Repository\LocationRepository
+ repositoryClass: Rapsys\AirBundle\Repository\LocationRepository
table: locations
id:
id:
table: locations
id:
id:
@@
-12,7
+12,10
@@
Rapsys\AirBundle\Entity\Location:
fields:
title:
type: string
fields:
title:
type: string
- length: 24
+ length: 32
+ short:
+ type: string
+ length: 16
address:
type: string
length: 32
address:
type: string
length: 32