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' => [ 'dbal' => [
// ignore views: // ignore views:
'connections' => [ 'schema_filter' => '~^(?!view_)~',
'default' => [
'schema_filter' => '~^(?!view_)~',
],
],
// This is mandatory since we are using postgis as database. // This is mandatory since we are using postgis as database.
'mapping_types' => [ 'mapping_types' => [
'geometry' => 'string', 'geometry' => 'string',