Commit 89fe383
committed
minor #7267 Fix sample sqlite database path in doctrine config (chalasr, javiereguiluz)
This PR was submitted for the master branch but it was merged into the 2.7 branch instead (closes #7267).
Discussion
----------
Fix sample sqlite database path in doctrine config
Port of #7263 for 2.7
Commits
-------
048579b %kernel.root_dir%/app/data/data.sqlite -> %kernel.root_dir%/data/data.sqlite
e1115e5 Fix sample sqlite database path in doctrine config1 file changed
+3
-3
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 | | |
| |||
395 | 395 | | |
396 | 396 | | |
397 | 397 | | |
398 | | - | |
| 398 | + | |
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
| |||
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
434 | | - | |
| 434 | + | |
435 | 435 | | |
436 | 436 | | |
437 | 437 | | |
| |||
0 commit comments