mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Use number aware naming strategy for doctrine.
Fixes a deprecation notice.
This commit is contained in:
parent
9b09d88b7b
commit
1ae905ae78
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ doctrine:
|
|||
|
||||
orm:
|
||||
auto_generate_proxy_classes: true
|
||||
naming_strategy: doctrine.orm.naming_strategy.underscore
|
||||
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
|
||||
auto_mapping: true
|
||||
mappings:
|
||||
App:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue