Skip to content

Commit

Permalink
Removed deprecation option --show-versions
Browse files Browse the repository at this point in the history
The option --show-versions is removed in PR doctrine/migrations#956
  • Loading branch information
atehvg authored Dec 15, 2023
1 parent 1dd4290 commit 4a05372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ migration to execute:

.. code-block:: terminal
$ php bin/console doctrine:migrations:status --show-versions
$ php bin/console doctrine:migrations:status
Now you can add some migration code to the ``up()`` and ``down()`` methods and
finally migrate when you're ready:
Expand Down

0 comments on commit 4a05372

Please sign in to comment.