fix prepending configuration of doctrine

This commit is contained in:
Julien Fastré 2021-06-17 13:31:04 +02:00
parent ef55d2cf7f
commit fd7c7388d9

View File

@ -197,11 +197,7 @@ class ChillMainExtension extends Extension implements PrependExtensionInterface,
[
'dbal' => [
// ignore views:
'connections' => [
'default' => [
'schema_filter' => '~^(?!view_)~',
],
],
'schema_filter' => '~^(?!view_)~',
// This is mandatory since we are using postgis as database.
'mapping_types' => [
'geometry' => 'string',