X-Git-Url: https://git.rapsys.eu/.gitweb.cgi/blogbundle/blobdiff_plain/49107066d6ca5695c30b5ab49435e52961f80b56..de17e5025dc6a9494454618115f56a97572c7f72:/Resources/config/doctrine/Author.orm.yml?ds=inline diff --git a/Resources/config/doctrine/Author.orm.yml b/Resources/config/doctrine/Author.orm.yml deleted file mode 100644 index 176fe32..0000000 --- a/Resources/config/doctrine/Author.orm.yml +++ /dev/null @@ -1,33 +0,0 @@ -Rapsys\BlogBundle\Entity\Author: - type: entity - repositoryClass: Rapsys\BlogBundle\Repository\AuthorRepository - table: authors - indexes: - name: - columns: [ name ] - id: - id: - type: smallint - generator: - strategy: AUTO - options: - unsigned: true - fields: - name: - type: string - length: 64 - slug: - type: string - length: 64 - unique: true - created: - type: datetime - updated: - type: datetime - oneToMany: - articles: - targetEntity: Rapsys\BlogBundle\Entity\Article - mappedBy: author - author_translations: - targetEntity: Rapsys\BlogBundle\Entity\AuthorTranslation - mappedBy: author