mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +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' => [
|
'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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user