Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fbcf391

Browse files
committed
minor symfony#1032 Update sample sqlite path according to symfony 3 directory structure (chalasr)
This PR was submitted for the 3.0 branch but it was merged into the 3.1 branch instead (closes symfony#1032). Discussion ---------- Update sample sqlite path according to symfony 3 directory structure I think sqlite databases should be stored in `var/` as it is storage file Commits ------- 47a1a14 Update sample sqlite path according to symfony 3 directory structure
2 parents 69d1b9a + 47a1a14 commit fbcf391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/config/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ doctrine:
4949
charset: UTF8
5050
# if using pdo_sqlite as your database driver:
5151
# 1. add the path in parameters.yml
52-
# e.g. database_path: "%kernel.root_dir%/data/data.db3"
52+
# e.g. database_path: "%kernel.root_dir%/../var/data/data.sqlite"
5353
# 2. Uncomment database_path in parameters.yml.dist
5454
# 3. Uncomment next line:
5555
#path: "%database_path%"

0 commit comments

Comments
 (0)