From 7b295da52f59e68a19940ed647d9b495cde4af2e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Wed, 11 Dec 2019 05:26:49 +0100 Subject: [PATCH] Remove begin and length field Add title field Add repository --- Resources/config/doctrine/Slot.orm.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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: -- 2.41.0