]> Raphaël G. Git Repositories - airbundle/commitdiff
Add description and indoor members
authorRaphaël Gertz <git@rapsys.eu>
Tue, 4 Oct 2022 07:47:46 +0000 (09:47 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Tue, 4 Oct 2022 07:47:46 +0000 (09:47 +0200)
Resources/config/doctrine/Location.orm.yml

index 0cb8dfca3870c3763015fa925a71f9223e4d472c..ba031a0f95b5366f0036e2c1562ba35b99010589 100644 (file)
@@ -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: