]> Raphaƫl G. Git Repositories - airbundle/blobdiff - Resources/config/doctrine/Application.orm.yml
Remove vote feature
[airbundle] / 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
-    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 ]