]> Raphaël G. Git Repositories - blogbundle/commit
Add doctrine configuration
authorRaphaël Gertz <git@rapsys.eu>
Sun, 25 Feb 2018 05:22:08 +0000 (06:22 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Sun, 25 Feb 2018 05:22:08 +0000 (06:22 +0100)
commit97215da101c2bd6c0ba7fc0beb45a2bb045220dd
tree9c754d9f92dd8a7ef0f3bd627abe2cb3a75da317
parent7ab0c56bbb9c228d9b6b24cdee90c1fa73570a6a
Add doctrine configuration
Resources/config/doctrine/Article.orm.yml [new file with mode: 0644]
Resources/config/doctrine/ArticleKeyword.orm.yml [new file with mode: 0644]
Resources/config/doctrine/ArticleTranslation.orm.yml [new file with mode: 0644]
Resources/config/doctrine/Author.orm.yml [new file with mode: 0644]
Resources/config/doctrine/AuthorTranslation.orm.yml [new file with mode: 0644]
Resources/config/doctrine/Keyword.orm.yml [new file with mode: 0644]
Resources/config/doctrine/KeywordTranslation.orm.yml [new file with mode: 0644]
Resources/config/doctrine/Language.orm.yml [new file with mode: 0644]
Resources/config/doctrine/LanguageTranslation.orm.yml [new file with mode: 0644]
Resources/config/doctrine/Site.orm.yml [new file with mode: 0644]
Resources/config/doctrine/SiteTranslation.orm.yml [new file with mode: 0644]