From: Raphaƫl Gertz Date: Thu, 16 Oct 2025 15:10:06 +0000 (+0200) Subject: Update doctrine package config X-Git-Tag: 0.0.1~18 X-Git-Url: https://git.rapsys.eu/blog/commitdiff_plain/21898a5f9ff04b458401ca0e5637bb9f679a25b6 Update doctrine package config --- diff --git a/config/packages/doctrine.yaml b/config/packages/doctrine.yaml index 7eb1161..cd55026 100644 --- a/config/packages/doctrine.yaml +++ b/config/packages/doctrine.yaml @@ -14,7 +14,10 @@ doctrine: report_fields_where_declared: true validate_xml_mapping: true naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware - auto_mapping: true + identity_generation_preferences: + Doctrine\DBAL\Platforms\PostgreSQLPlatform: identity + controller_resolver: + auto_mapping: false when@test: doctrine: