From e0b4fdcc56760553077145399245a3290df41327 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Tue, 4 Oct 2022 09:47:46 +0200 Subject: [PATCH] Add description and indoor members --- Resources/config/doctrine/Location.orm.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Resources/config/doctrine/Location.orm.yml b/Resources/config/doctrine/Location.orm.yml index 0cb8dfc..ba031a0 100644 --- 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: -- 2.41.1