Skip to content

Commit 96f6769

Browse files
committed
minor #13967 default path of migrations changed in recipe (weaverryan)
This PR was merged into the 5.0 branch. Discussion ---------- default path of migrations changed in recipe See symfony/recipes#797 Obviously, we can't really know what path the user will have configured. All we can do is have it match the latest config. Btw, I chose 5.0 as the base branch... but I'm open to other suggestions. Cheers! Commits ------- 3be2860 default path of migrations changed in recipe
2 parents b5079ba + 3be2860 commit 96f6769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ If everything worked, you should see something like this:
225225

226226
SUCCESS!
227227

228-
Next: Review the new migration "src/Migrations/Version20180207231217.php"
228+
Next: Review the new migration "migrations/Version20180207231217.php"
229229
Then: Run the migration with php bin/console doctrine:migrations:migrate
230230

231231
If you open this file, it contains the SQL needed to update your database! To run

0 commit comments

Comments
 (0)