From: Raphaƫl Gertz <git@rapsys.eu>
Date: Wed, 24 Feb 2021 00:15:34 +0000 (+0100)
Subject: Remove donation and site fields
X-Git-Tag: 0.2.1~31
X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/58f92b72a64d86aca0ead2430b7d0e4a21460696

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