]> Raphaƫl G. Git Repositories - airbundle/blobdiff - Resources/config/doctrine/Slot.orm.yml
Add dance link
[airbundle] / Resources / config / doctrine / Slot.orm.yml
index c4ff511884848b0d2a50be484aa1f626099f0cb1..4e70c7ab9a3516b255419a46ea7d5b5bb95c4063 100644 (file)
@@ -1,6 +1,6 @@
 Rapsys\AirBundle\Entity\Slot:
     type: entity
-    #repositoryClass: Rapsys\AirBundle\Repository\SlotRepository
+    repositoryClass: Rapsys\AirBundle\Repository\SlotRepository
     table: slots
     id:
         id:
@@ -10,10 +10,9 @@ Rapsys\AirBundle\Entity\Slot:
             options:
                 unsigned: true
     fields:
-        begin:
-            type: time
-        end:
-            type: time
+        title:
+            type: string
+            length: 16
         created:
             type: datetime
         updated: