Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion doctrine.rst
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,11 @@ already installed:

If everything worked, you should see something like this:

.. code-block:: text

SUCCESS!

Next: Review the new migration "migrations/Version20180207231217.php"
Next: Review the new migration "migrations/Version20211116204726.php"
Then: Run the migration with php bin/console doctrine:migrations:migrate

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