X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/d33a3873e99a9516fe9a04865d7157c97b391ad3..af8990a8d34a918fa399d345ccf7e4c370d8e2e9:/Resources/config/doctrine/Slot.orm.yaml diff --git a/Resources/config/doctrine/Slot.orm.yaml b/Resources/config/doctrine/Slot.orm.yaml deleted file mode 100644 index c4ff511..0000000 --- a/Resources/config/doctrine/Slot.orm.yaml +++ /dev/null @@ -1,24 +0,0 @@ -Rapsys\AirBundle\Entity\Slot: - type: entity - #repositoryClass: Rapsys\AirBundle\Repository\SlotRepository - table: slots - id: - id: - type: integer - generator: - strategy: AUTO - options: - unsigned: true - fields: - begin: - type: time - end: - type: time - created: - type: datetime - updated: - type: datetime - oneToMany: - sessions: - targetEntity: Rapsys\AirBundle\Entity\Session - mappedBy: slot