Rapsys Git
/
airbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
765e741
)
Add description and indoor members
author
Raphaël Gertz
<git@rapsys.eu>
Tue, 4 Oct 2022 07:47:46 +0000
(09:47 +0200)
committer
Raphaël Gertz
<git@rapsys.eu>
Tue, 4 Oct 2022 07:47:46 +0000
(09:47 +0200)
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 0cb8dfca3870c3763015fa925a71f9223e4d472c..ba031a0f95b5366f0036e2c1562ba35b99010589 100644
(file)
--- a/
Resources/config/doctrine/Location.orm.yml
+++ b/
Resources/config/doctrine/Location.orm.yml
@@
-13,6
+13,9
@@
Rapsys\AirBundle\Entity\Location:
title:
type: string
length: 32
+ description:
+ type: text
+ nullable: true
address:
type: string
length: 32
@@
-30,6
+33,8
@@
Rapsys\AirBundle\Entity\Location:
type: decimal
precision: 9
scale: 6
+ indoor:
+ type: boolean
hotspot:
type: boolean
created: