mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix prepending configuration of doctrine
This commit is contained in:
parent
ef55d2cf7f
commit
fd7c7388d9
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user