Skip to content

Commit

Permalink
undo hotfix for sql mode
Browse files Browse the repository at this point in the history
  • Loading branch information
alexseif committed Jul 18, 2023
1 parent d915fdd commit defeb60
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/packages/doctrine.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
doctrine:
dbal:
url: '%env(resolve:DATABASE_URL)%'
options:
# PDO::MYSQL_ATTR_INIT_COMMAND
1002: "SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''))"

# IMPORTANT: You MUST configure your server version,
# either here or in the DATABASE_URL env var (see .env file)
Expand Down

0 comments on commit defeb60

Please sign in to comment.