X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/72abc2fadaae7c76e98bfd578889771aa4944eec..866c33cd64b80c9695d61cc20792dded195c7aea:/Resources/config/doctrine/User.orm.yml diff --git a/Resources/config/doctrine/User.orm.yml b/Resources/config/doctrine/User.orm.yml index d1e1336..dacee58 100644 --- a/Resources/config/doctrine/User.orm.yml +++ b/Resources/config/doctrine/User.orm.yml @@ -7,18 +7,7 @@ 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 -# mappedBy: user applications: targetEntity: Rapsys\AirBundle\Entity\Application mappedBy: user