X-Git-Url: https://git.rapsys.eu/.gitweb.cgi/blogbundle/blobdiff_plain/49107066d6ca5695c30b5ab49435e52961f80b56..de17e5025dc6a9494454618115f56a97572c7f72:/Resources/config/doctrine/ArticleKeyword.orm.yml?ds=inline diff --git a/Resources/config/doctrine/ArticleKeyword.orm.yml b/Resources/config/doctrine/ArticleKeyword.orm.yml deleted file mode 100644 index 5a396c4..0000000 --- a/Resources/config/doctrine/ArticleKeyword.orm.yml +++ /dev/null @@ -1,12 +0,0 @@ -Rapsys\BlogBundle\Entity\ArticleKeyword: - type: entity - table: articles_keywords - id: - article_id: - type: integer - options: - unsigned: true - keyword_id: - type: integer - options: - unsigned: true