X-Git-Url: https://git.rapsys.eu/.gitweb.cgi/airbundle/blobdiff_plain/72abc2fadaae7c76e98bfd578889771aa4944eec..bf931483b4140b53d95a30a93808bfc118ed18c9:/Resources/config/doctrine/User.orm.yml?ds=inline 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