fix charset place PDO

This commit is contained in:
Tykayn 2025-06-29 10:09:47 +02:00 committed by tykayn
parent 80bab14bf0
commit f50f2f87f5
3 changed files with 60 additions and 4 deletions

View file

@ -1,6 +1,9 @@
doctrine:
dbal:
url: '%env(resolve:DATABASE_URL)%'
options:
1002: "SET NAMES utf8mb4"
1000: true
# IMPORTANT: You MUST configure your server version,
# either here or in the DATABASE_URL env var (see .env file)