X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/af8990a8d34a918fa399d345ccf7e4c370d8e2e9..e06ef3f9c312bcdd88a506f96c977937c26d70e4:/Resources/config/doctrine/Slot.orm.yml

diff --git a/Resources/config/doctrine/Slot.orm.yml b/Resources/config/doctrine/Slot.orm.yml
index c4ff511..d09120d 100644
--- a/Resources/config/doctrine/Slot.orm.yml
+++ b/Resources/config/doctrine/Slot.orm.yml
@@ -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:
@@ -22,3 +21,5 @@ Rapsys\AirBundle\Entity\Slot:
         sessions:
             targetEntity: Rapsys\AirBundle\Entity\Session
             mappedBy: slot
+    lifecycleCallbacks:
+        preUpdate: ['preUpdate']