X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/107ca5ae66910361dc5271d4e63483e83a6b2ee7..8510be1ab5c41f41c1ef85ca801f62c19f017a10:/Resources/config/doctrine/Slot.orm.yml diff --git a/Resources/config/doctrine/Slot.orm.yml b/Resources/config/doctrine/Slot.orm.yml index cd02ac3..19493b2 100644 --- a/Resources/config/doctrine/Slot.orm.yml +++ b/Resources/config/doctrine/Slot.orm.yml @@ -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 - length: - 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']