X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/9c4e26e0403889c1ed58b33fb16a01854b869de1..f49385c018a4b918fbe9aead20f47a741408af29:/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