Protect internal table against the doctrine migration system.

This commit is contained in:
Jan Böhmer
2019-08-03 13:25:49 +02:00
parent cd4a1470e3
commit 42c8222e35

View File

@@ -17,7 +17,7 @@ doctrine:
url: '%env(resolve:DATABASE_URL)%'
schema_filter: ^(?!internal)
#schema_filter: "^(?!internal)"
orm:
auto_generate_proxy_classes: true