From: Raphaƫl Gertz Date: Wed, 24 Feb 2021 00:15:34 +0000 (+0100) Subject: Remove donation and site fields X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/f49385c018a4b918fbe9aead20f47a741408af29 Remove donation and site fields Remove vote entity --- 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