From 9931fd6bbd56a8a7a5ed4b32557b2efb3d9855fc Mon Sep 17 00:00:00 2001 From: BahmanMD Date: Wed, 17 Nov 2021 00:19:49 +0330 Subject: [PATCH] Update doctrine.rst --- doctrine.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doctrine.rst b/doctrine.rst index 97d4fa79c86..02260346d57 100644 --- a/doctrine.rst +++ b/doctrine.rst @@ -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