Skip to content

Commit

Permalink
Fix issue with doctrine:schema:update --dump-sql
Browse files Browse the repository at this point in the history
To avoid changes in INT fields

doctrine/orm#6790
  • Loading branch information
jmontoyaa committed Sep 19, 2019
1 parent 361acb6 commit cd9ffe0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/packages/doctrine.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
doctrine:
dbal:
server_version: 5.6
dbname: '%env(DATABASE_NAME)%'
user: '%env(DATABASE_USER)%'
password: '%env(DATABASE_PASSWORD)%'
Expand Down

0 comments on commit cd9ffe0

Please sign in to comment.