X-Git-Url: https://git.rapsys.eu/blogbundle/blobdiff_plain/49107066d6ca5695c30b5ab49435e52961f80b56..de17e5025dc6a9494454618115f56a97572c7f72:/Resources/config/doctrine/AuthorTranslation.orm.yml?ds=inline diff --git a/Resources/config/doctrine/AuthorTranslation.orm.yml b/Resources/config/doctrine/AuthorTranslation.orm.yml deleted file mode 100644 index b7be2e3..0000000 --- a/Resources/config/doctrine/AuthorTranslation.orm.yml +++ /dev/null @@ -1,27 +0,0 @@ -Rapsys\BlogBundle\Entity\AuthorTranslation: - type: entity - repositoryClass: Rapsys\BlogBundle\Repository\AuthorTranslationRepository - table: authors_translations - id: - author_id: - type: smallint - options: - unsigned: true - language_id: - type: smallint - options: - unsigned: true - fields: - description: - type: text - created: - type: datetime - updated: - type: datetime - manyToOne: - author: - targetEntity: Rapsys\BlogBundle\Entity\Author - inversedBy: author_translations - language: - targetEntity: Rapsys\BlogBundle\Entity\Language - inversedBy: language_translations