Rapsys Git
/
airbundle
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Reorder
[airbundle]
/
Resources
/
config
/
doctrine
/
Location.orm.yml
diff --git
a/Resources/config/doctrine/Location.orm.yml
b/Resources/config/doctrine/Location.orm.yml
index 41a3e0c7326ace6f77dfd23a4e322c0f1029a943..0cb8dfca3870c3763015fa925a71f9223e4d472c 100644
(file)
--- a/
Resources/config/doctrine/Location.orm.yml
+++ b/
Resources/config/doctrine/Location.orm.yml
@@
-13,9
+13,6
@@
Rapsys\AirBundle\Entity\Location:
title:
type: string
length: 32
title:
type: string
length: 32
- short:
- type: string
- length: 16
address:
type: string
length: 32
address:
type: string
length: 32
@@
-54,3
+51,5
@@
Rapsys\AirBundle\Entity\Location:
#XXX: used in SessionRepository::(findAllPendingDailyWeather|findAllPendingHourlyWeather)
zipcode:
columns: [ zipcode ]
#XXX: used in SessionRepository::(findAllPendingDailyWeather|findAllPendingHourlyWeather)
zipcode:
columns: [ zipcode ]
+ lifecycleCallbacks:
+ preUpdate: ['preUpdate']