From 6ed96e2b1d62cb4ce1cbc1783384ba5aa82302c0 Mon Sep 17 00:00:00 2001 From: Asmir Mustafic Date: Mon, 20 Nov 2017 11:24:08 +0100 Subject: [PATCH] Add a hing on where add the server version --- doctrine/doctrine-bundle/1.6/config/packages/doctrine.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doctrine/doctrine-bundle/1.6/config/packages/doctrine.yaml b/doctrine/doctrine-bundle/1.6/config/packages/doctrine.yaml index f5d651117..8a389122e 100644 --- a/doctrine/doctrine-bundle/1.6/config/packages/doctrine.yaml +++ b/doctrine/doctrine-bundle/1.6/config/packages/doctrine.yaml @@ -2,6 +2,8 @@ doctrine: dbal: # With Symfony 3.3, remove the `resolve:` prefix url: '%env(resolve:DATABASE_URL)%' + # Put here your server version to be able to warmup the doctrine class caches + # server_version: 5.7 orm: auto_generate_proxy_classes: '%kernel.debug%' naming_strategy: doctrine.orm.naming_strategy.underscore