]> Raphaƫl G. Git Repositories - airbundle/blobdiff - Resources/config/doctrine/User.orm.yml
Remove donation and site fields
[airbundle] / Resources / config / doctrine / User.orm.yml
index d1e133622cd3370798a5033efd6e93c058017c81..491ae32ee2ed844d59413dbba1f8d5f86d995c4b 100644 (file)
@@ -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