From: Raphaƫl Gertz Date: Wed, 11 Dec 2019 04:26:49 +0000 (+0100) Subject: Remove begin and length field X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/7b295da52f59e68a19940ed647d9b495cde4af2e Remove begin and length field Add title field Add repository --- diff --git a/Resources/config/doctrine/Slot.orm.yml b/Resources/config/doctrine/Slot.orm.yml index cd02ac3..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 - length: - type: time + title: + type: string + length: 16 created: type: datetime updated: