]> Raphaƫl G. Git Repositories - blogbundle/blobdiff - Resources/config/doctrine/Language.orm.yml
Remove unused doctrine orm config
[blogbundle] / 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 (file)
index 9099e65..0000000
+++ /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