From 42c8222e35b5cd3c01728bb894314575b2fbdb2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sat, 3 Aug 2019 13:25:49 +0200 Subject: [PATCH] Protect internal table against the doctrine migration system. --- config/packages/doctrine.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/packages/doctrine.yaml b/config/packages/doctrine.yaml index 535d643b..c1330667 100644 --- a/config/packages/doctrine.yaml +++ b/config/packages/doctrine.yaml @@ -17,7 +17,7 @@ doctrine: url: '%env(resolve:DATABASE_URL)%' - schema_filter: ^(?!internal) + #schema_filter: "^(?!internal)" orm: auto_generate_proxy_classes: true