X-Git-Url: https://git.rapsys.eu/.gitweb.cgi/airbundle/blobdiff_plain/6f09590dbd6fbb9634ef9368614d95c27f14af52..58f92b72a64d86aca0ead2430b7d0e4a21460696:/Resources/config/doctrine/User.orm.yml 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