X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/af8990a8d34a918fa399d345ccf7e4c370d8e2e9..a9ecedf3b828b1c39e547b21d2170bc88f02e4f4:/Resources/config/doctrine/Slot.orm.yml diff --git a/Resources/config/doctrine/Slot.orm.yml b/Resources/config/doctrine/Slot.orm.yml index c4ff511..4e70c7a 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 - end: - type: time + title: + type: string + length: 16 created: type: datetime updated: