Commit 875c91c
committed
minor #7263 Fix sample sqlite database path in doctrine config (chalasr)
This PR was merged into the 3.1 branch.
Discussion
----------
Fix sample sqlite database path in doctrine config
I think sqlite databases should be stored in `var/` as it is storage.
About the `%kernel.data_dir%` removed here, I never heard about such a parameter in the core, either I missed it or it's very old.
Please tell me if we should first change it on lower branches, replacing it by `%kernel.root_dir%/app/data/data.sqlite`.
See also symfony/symfony-standard#1032 on the same topic
Commits
-------
9126fdf Fix sample sqlite database path in doctrine config1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
| 206 | + | |
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
| |||
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
434 | | - | |
| 434 | + | |
435 | 435 | | |
436 | 436 | | |
437 | 437 | | |
| |||
0 commit comments