From d8bf3a643115c784a07e1b53500ec9b017d0bc7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 22 Feb 2016 14:51:48 +0100 Subject: [PATCH] add mapping_types information to allow jsonb from postgresql --- Test/Fixtures/App/app/config/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Test/Fixtures/App/app/config/config.yml b/Test/Fixtures/App/app/config/config.yml index be6e8f94e..a73bfb2ec 100644 --- a/Test/Fixtures/App/app/config/config.yml +++ b/Test/Fixtures/App/app/config/config.yml @@ -22,6 +22,8 @@ doctrine: user: "%database_user%" password: "%database_password%" charset: UTF8 + mapping_types: + jsonb: json_array orm: auto_generate_proxy_classes: "%kernel.debug%" auto_mapping: true