We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf1e71a commit 171edbcCopy full SHA for 171edbc
app/config/config.yml
@@ -149,12 +149,8 @@ doctrine:
149
user: "%database_user%"
150
password: "%database_password%"
151
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%"
+ server_version: 5.5
+
158
types:
159
json: Sonata\Doctrine\Types\JsonType
160
0 commit comments