Merge pull request #6171 from wallabag/fix/json-array-dbal-type

Properly handle `json_array` type removal
This commit is contained in:
Jérémy Benoist
2022-12-22 16:29:53 +01:00
committed by GitHub
6 changed files with 114 additions and 4 deletions

View File

@ -59,6 +59,8 @@ doctrine:
charset: "%database_charset%"
path: "%database_path%"
unix_socket: "%database_socket%"
types:
json_array: Wallabag\CoreBundle\Doctrine\JsonArrayType
orm:
auto_generate_proxy_classes: "%kernel.debug%"