From f49385c018a4b918fbe9aead20f47a741408af29 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Wed, 24 Feb 2021 01:15:34 +0100 Subject: [PATCH] Remove donation and site fields Remove vote entity --- Resources/config/doctrine/User.orm.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/Resources/config/doctrine/User.orm.yml b/Resources/config/doctrine/User.orm.yml index d1e1336..491ae32 100644 --- a/Resources/config/doctrine/User.orm.yml +++ b/Resources/config/doctrine/User.orm.yml @@ -7,17 +7,9 @@ Rapsys\AirBundle\Entity\User: type: string length: 16 nullable: true - donation: - type: string - length: 254 - nullable: true - site: - type: string - length: 254 - nullable: true oneToMany: -# votes: -# targetEntity: Rapsys\AirBundle\Entity\Vote +# links: +# targetEntity: Rapsys\AirBundle\Entity\Link # mappedBy: user applications: targetEntity: Rapsys\AirBundle\Entity\Application -- 2.41.0