]> Raphaƫl G. Git Repositories - airbundle/blobdiff - Resources/config/doctrine/Application.orm.yml
Rename to yaml doctrine config files
[airbundle] / Resources / config / doctrine / Application.orm.yml
diff --git a/Resources/config/doctrine/Application.orm.yml b/Resources/config/doctrine/Application.orm.yml
deleted file mode 100644 (file)
index aaf461f..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-Rapsys\AirBundle\Entity\Application:
-    type: entity
-    repositoryClass: Rapsys\AirBundle\Repository\ApplicationRepository
-    table: applications
-    id:
-        id:
-            type: integer
-            generator: 
-                strategy: AUTO
-            options:
-                unsigned: true
-    fields:
-        created:
-            type: datetime
-        updated:
-            type: datetime
-    manyToOne:
-        session:
-            targetEntity: Rapsys\AirBundle\Entity\Session
-            inversedBy: applications
-        user:
-            targetEntity: Rapsys\AirBundle\Entity\User
-            inversedBy: applications
-    oneToMany:
-        votes:
-            targetEntity: Rapsys\AirBundle\Entity\Vote
-            mappedBy: application