X-Git-Url: https://git.rapsys.eu/blogbundle/blobdiff_plain/49107066d6ca5695c30b5ab49435e52961f80b56..de17e5025dc6a9494454618115f56a97572c7f72:/Resources/config/doctrine/Language.orm.yml diff --git a/Resources/config/doctrine/Language.orm.yml b/Resources/config/doctrine/Language.orm.yml deleted file mode 100644 index 9099e65..0000000 --- a/Resources/config/doctrine/Language.orm.yml +++ /dev/null @@ -1,43 +0,0 @@ -Rapsys\BlogBundle\Entity\Language: - type: entity - repositoryClass: Rapsys\BlogBundle\Repository\LanguageRepository - table: languages - indexes: - iso6391: - columns: [ iso6391 ] - iso6393: - columns: [ iso6393 ] - id: - id: - type: smallint - generator: - strategy: AUTO - options: - unsigned: true - fields: - iso6391: - type: string - length: 2 - iso6393: - type: string - length: 3 - created: - type: datetime - updated: - type: datetime - oneToMany: - article_translations: - targetEntity: Rapsys\BlogBundle\Entity\ArticleTranslation - mappedBy: language - keyword_translations: - targetEntity: Rapsys\BlogBundle\Entity\KeywordTranslation - mappedBy: language - site_translations: - targetEntity: Rapsys\BlogBundle\Entity\SiteTranslation - mappedBy: language - language_translations: - targetEntity: Rapsys\BlogBundle\Entity\LanguageTranslation - mappedBy: language - target_translations: - targetEntity: Rapsys\BlogBundle\Entity\LanguageTranslation - mappedBy: target