Skip to content

Commit

Permalink
Update doctrine.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ro0NL committed Dec 18, 2019
1 parent a610be6 commit f009bca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doctrine/doctrine-bundle/1.12/config/packages/doctrine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ doctrine:
# either here or in the DATABASE_URL env var (see .env file)
#server_version: '5.7'

# backtrace queries in profiler (increases memory usage per request)
#profiling_collect_backtrace: '%kernel.debug%'

# only needed for MySQL
charset: utf8mb4
default_table_options:
collate: utf8mb4_unicode_ci

# backtrace queries in profiler (increases memory usage per request)
#profiling_collect_backtrace: '%kernel.debug%'
orm:
auto_generate_proxy_classes: true
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
Expand Down

0 comments on commit f009bca

Please sign in to comment.