mirror of
https://github.com/symfony/demo.git
synced 2026-03-24 00:02:32 +01:00
minor #1644 UnderscoreNamingStrategy is always number aware since Doctrine ORM v3 (rosier)
This PR was merged into the main branch.
Discussion
----------
UnderscoreNamingStrategy is always number aware since Doctrine ORM v3
Following:
- https://github.com/doctrine/orm/pull/9741
- https://github.com/doctrine/DoctrineBundle/pull/1929
Commits
-------
46fbbe8e UnderscoreNamingStrategy is always number aware since Doctrine ORM v3
This commit is contained in:
@@ -10,7 +10,7 @@ doctrine:
|
||||
|
||||
orm:
|
||||
validate_xml_mapping: true
|
||||
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
|
||||
naming_strategy: doctrine.orm.naming_strategy.underscore
|
||||
identity_generation_preferences:
|
||||
Doctrine\DBAL\Platforms\PostgreSQLPlatform: identity
|
||||
|
||||
|
||||
Reference in New Issue
Block a user