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