Skip to content

Commit

Permalink
Fix cannot create database error
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontoyaa committed Apr 28, 2017
1 parent bf1e71a commit 171edbc
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions app/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,8 @@ doctrine:
user: "%database_user%"
password: "%database_password%"
charset: UTF8
# if using pdo_sqlite as your database driver:
# 1. add the path in parameters.yml
# e.g. database_path: "%kernel.root_dir%/data/data.db3"
# 2. Uncomment database_path in parameters.yml.dist
# 3. Uncomment next line:
# path: "%database_path%"
server_version: 5.5

types:
json: Sonata\Doctrine\Types\JsonType

Expand Down

0 comments on commit 171edbc

Please sign in to comment.