From: Raphaƫl Gertz Date: Mon, 28 Dec 2020 07:53:04 +0000 (+0100) Subject: Remove vote feature X-Git-Tag: 0.1.7~17 X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/03221a9bace824b7e60db774425407f225d61460 Remove vote feature --- diff --git a/Resources/config/doctrine/Application.orm.yml b/Resources/config/doctrine/Application.orm.yml index 338d0c8..e52cc6e 100644 --- a/Resources/config/doctrine/Application.orm.yml +++ b/Resources/config/doctrine/Application.orm.yml @@ -27,7 +27,13 @@ Rapsys\AirBundle\Entity\Application: user: targetEntity: Rapsys\AirBundle\Entity\User inversedBy: applications - oneToMany: - votes: - targetEntity: Rapsys\AirBundle\Entity\Vote - mappedBy: application +# oneToMany: +# votes: +# targetEntity: Rapsys\AirBundle\Entity\Vote +# mappedBy: application +# indexes: +# #XXX: used in SessionRepository::XXX +# id_user: +# columns: [ id, user_id ] +# id_user_canceled: +# columns: [ id, user_id, canceled ]