Skip to content

Commit 171edbc

Browse files
committed
Fix cannot create database error
See doctrine/DoctrineBundle#351
1 parent bf1e71a commit 171edbc

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

app/config/config.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,8 @@ doctrine:
149149
user: "%database_user%"
150150
password: "%database_password%"
151151
charset: UTF8
152-
# if using pdo_sqlite as your database driver:
153-
# 1. add the path in parameters.yml
154-
# e.g. database_path: "%kernel.root_dir%/data/data.db3"
155-
# 2. Uncomment database_path in parameters.yml.dist
156-
# 3. Uncomment next line:
157-
# path: "%database_path%"
152+
server_version: 5.5
153+
158154
types:
159155
json: Sonata\Doctrine\Types\JsonType
160156

0 commit comments

Comments
 (0)