]> Raphaël G. Git Repositories - airbundle/commitdiff
Remove vote feature
authorRaphaël Gertz <git@rapsys.eu>
Mon, 28 Dec 2020 07:53:04 +0000 (08:53 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Mon, 28 Dec 2020 07:53:04 +0000 (08:53 +0100)
Resources/config/doctrine/Application.orm.yml

index 338d0c87473915bad13ff30c4c51d1da0162d679..e52cc6ea3926752c8f386148d13b97e673e2e3e4 100644 (file)
@@ -27,7 +27,13 @@ Rapsys\AirBundle\Entity\Application:
         user:
             targetEntity: Rapsys\AirBundle\Entity\User
             inversedBy: applications
         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 ]