Skip to content

Commit 3ac38dd

Browse files
committed
Merge branch '5.0' into 5.1
* 5.0: default path of migrations changed in recipe
2 parents a44fe9d + 96f6769 commit 3ac38dd

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)