You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor symfony#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 config
0 commit comments